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 report history snapshots and their properties for a specified report.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Function ListReportHistory ( _
Report As String _
) As ReportHistorySnapshot()
'Usage
Dim instance As ReportingService2006
Dim Report As String
Dim returnValue As ReportHistorySnapshot()
returnValue = instance.ListReportHistory(Report)
public ReportHistorySnapshot[] ListReportHistory(
string Report
)
public:
array<ReportHistorySnapshot^>^ ListReportHistory(
String^ Report
)
member ListReportHistory :
Report:string -> ReportHistorySnapshot[]
public function ListReportHistory(
Report : String
) : ReportHistorySnapshot[]
Parameter
- Report
Typ: System.String
The fully qualified URL of the report including the file name and .rdl file name extension.
Rückgabewert
Typ: array<ReportService2006.ReportHistorySnapshot[]
An array of ReportHistorySnapshot objects that represent the report history snapshots of the report.
Hinweise
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |