Share via


ReportingService2006.ListScheduledReports 메서드

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

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Function ListScheduledReports ( _
    ScheduleID As String _
) As CatalogItem()
‘사용 방법
Dim instance As ReportingService2006 
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<ReportService2006.CatalogItem[]
An array of CatalogItem objects that represents the reports that are associated with the specified shared schedule.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

Open

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

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스