ListReportHistory Method
SQL Server 2000
ReportingService.ListReportHistory Method
Returns a list of report history snapshots and their properties for a specified report.
Public Function ListSnapshots( _ ByVal Report As String _ ) As [Namespace].ReportHistorySnapshot() Member of [Namespace].ReportingService
public string ListSnapshots( [Namespace].ReportHistorySnapshot Report ); Member of [Namespace].ReportingService
Parameters
- Report
- The full path name of the report.
Return Value
An array of ReportHistorySnapshot[] objects that represent the report history snapshots of the report.
Permissions
| Operation | Description |
|---|---|
| List Report History | Required to read the report history properties for a given report. |