共用方式為


ReportingService2005.ListReportHistory 方法

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

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Function ListReportHistory ( _
    Report As String _
) As ReportHistorySnapshot()
'用途
Dim instance As ReportingService2005 
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 full path name of the report.

傳回值

型別:array<ReportService2005.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

(Out) ServerInfoHeaderValue

Required Permissions

ListHistory

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間