次の方法で共有


ReportingService2006.ListReportHistory メソッド

指定したレポートのレポート履歴スナップショットとそのプロパティの一覧を返します。

名前空間:  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
    ファイル名と .rdl ファイル名拡張子を含む、レポートの完全修飾 URL です。

戻り値

型: array<ReportService2006.ReportHistorySnapshot[]
レポートのレポート履歴スナップショットを表す ReportHistorySnapshot オブジェクトの配列です。

説明

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

必要な権限

ViewVersions

関連項目

参照

ReportingService2006 クラス

ReportService2006 名前空間