共用方式為


ReportingService2005.ListScheduledReports 方法

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

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Function ListScheduledReports ( _
    ScheduleID As String _
) As CatalogItem()
'用途
Dim instance As ReportingService2005 
Dim ScheduleID As String 
Dim returnValue As CatalogItem()

returnValue = instance.ListScheduledReports(ScheduleID)
public CatalogItem[] ListScheduledReports(
    string ScheduleID
)
public:
array<CatalogItem^>^ ListScheduledReports(
    String^ ScheduleID
)
member ListScheduledReports : 
        ScheduleID:string -> CatalogItem[] 
public function ListScheduledReports(
    ScheduleID : String
) : CatalogItem[]

參數

  • ScheduleID
    型別:System.String
    The ID of the shared schedule.

傳回值

型別:array<ReportService2005.CatalogItem[]
An array of CatalogItem objects that represent the reports that are associated with the specified shared schedule.

備註

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.

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間