Expand Minimize
0 out of 2 rated this helpful - Rate this topic

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.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.