ReportingService2006.ListReportHistory 方法

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

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Function ListReportHistory ( _
    Report As String _
) As ReportHistorySnapshot()
用法
Dim instance As ReportingService2006 
Dim Report As String 
Dim returnValue As ReportHistorySnapshot()

returnValue = instance.ListReportHistory(Report)
public ReportHistorySnapshot[] ListReportHistory(
    string Report
)
public:
array<ReportHistorySnapshot^>^ ListReportHistory(
    String^ Report
)
member ListReportHistory : 
        Report:string -> ReportHistorySnapshot[] 
public function ListReportHistory(
    Report : String
) : ReportHistorySnapshot[]

参数

  • Report
    类型:System.String
    The fully qualified URL of the report including the file name and .rdl file name extension.

返回值

类型:array<ReportService2006.ReportHistorySnapshot[]
An array of ReportHistorySnapshot objects that represent the report history snapshots of the report.

注释

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewVersions

请参阅

参考

ReportingService2006 类

ReportService2006 命名空间