ReportingService2006.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 <ReportService2006::ReportHistorySnapshot ^> ^ ListReportHistory(System::String ^ Report);
public ReportService2006.ReportHistorySnapshot[] ListReportHistory (string Report);
member this.ListReportHistory : string -> ReportService2006.ReportHistorySnapshot[]
Public Function ListReportHistory (Report As String) As ReportHistorySnapshot()
Parameters
- Report
- String
The fully qualified URL of the report including the file name and .rdl file name extension.
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 | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | <xref:Microsoft.SharePoint.SPBasePermissions.ViewVersions> |