Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a list of reports that are associated with a shared schedule.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Function ListScheduledReports ( _
ScheduleID As String _
) As CatalogItem()
'Usage
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[]
Parameter
- ScheduleID
Typ: System.String
The ID of the shared schedule.
Rückgabewert
Typ: array<ReportService2006.CatalogItem[]
An array of CatalogItem objects that represents the reports that are associated with the specified shared schedule.
Hinweise
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
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.