ReportingService2005.ListScheduledReports(String) Method

Definition

Returns a list of reports that are associated with a shared schedule.

public:
 cli::array <ReportService2005::CatalogItem ^> ^ ListScheduledReports(System::String ^ ScheduleID);
public ReportService2005.CatalogItem[] ListScheduledReports (string ScheduleID);
member this.ListScheduledReports : string -> ReportService2005.CatalogItem[]
Public Function ListScheduledReports (ScheduleID As String) As CatalogItem()

Parameters

ScheduleID
String

The ID of the shared schedule.

Returns

An array of CatalogItem objects that represent the reports that are associated with the specified shared schedule.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ReadSchedules (System)

The ListScheduledReports method only returns information about items for which the user has ReadProperties permission. The set of report items that are returned may not represent all of the reports that are associated with the specified shared schedule.

Applies to