ReportingService2006.ListScheduledReports(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of reports that are associated with a shared schedule.
public:
cli::array <ReportService2006::CatalogItem ^> ^ ListScheduledReports(System::String ^ ScheduleID);
public ReportService2006.CatalogItem[] ListScheduledReports (string ScheduleID);
member this.ListScheduledReports : string -> ReportService2006.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 represents the reports that are associated with the specified shared schedule.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | <xref:Microsoft.SharePoint.SPBasePermissions.Open> |
The ListScheduledReports method only returns information about items for which the user has <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> permission. The set of report items that are returned might not represent all the reports that are associated with the specified shared schedule.