ReportingService2005.ListReportHistory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of report history snapshots and their properties for a specified report.
public:
cli::array <ReportService2005::ReportHistorySnapshot ^> ^ ListReportHistory(System::String ^ Report);
public ReportService2005.ReportHistorySnapshot[] ListReportHistory (string Report);
member this.ListReportHistory : string -> ReportService2005.ReportHistorySnapshot[]
Public Function ListReportHistory (Report As String) As ReportHistorySnapshot()
Parameters
- Report
- String
The full path name of the report.
Returns
An array of ReportHistorySnapshot objects that represent the report history snapshots of the report.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | ListHistory |