ReportingService2005.ListScheduledReports Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function ListScheduledReports ( _
    ScheduleID As String _
) As CatalogItem()
public CatalogItem[] ListScheduledReports (
    string ScheduleID
)
public:
array<CatalogItem^>^ ListScheduledReports (
    String^ ScheduleID
)
public CatalogItem[] ListScheduledReports (
    String ScheduleID
)
public function ListScheduledReports (
    ScheduleID : String
) : CatalogItem[]

Parameters

  • ScheduleID
    The ID of the shared schedule.

Return Value

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

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace