ReportingService2005.ListReportHistory Method (String)

 

Applies To: SQL Server 2016 Preview

Returns a list of report history snapshots and their properties for a specified report.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public ReportHistorySnapshot[] ListReportHistory(
    string Report
)
public:
array<ReportHistorySnapshot^>^ ListReportHistory(
    String^ Report
)
member ListReportHistory : 
        Report:string -> ReportHistorySnapshot[]
Public Function ListReportHistory (
    Report As String
) As ReportHistorySnapshot()

Parameters

Return Value

Type: ReportService2005.ReportHistorySnapshot[]

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

See Also

ReportingService2005 Class
ReportService2005 Namespace

Return to top