Metodo ReportingService2005.ListScheduledReports

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Function ListScheduledReports ( _
    ScheduleID As String _
) As CatalogItem()
'Utilizzo
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[]

Parametri

Valore restituito

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

Osservazioni

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.

Vedere anche

Riferimento

ReportingService2005 Classe

Spazio dei nomi ReportService2005