ReportingService2005.ListReportHistory(String) メソッド

定義

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

public:
 cli::array <ReportService2005::ReportHistorySnapshot ^> ^ ListReportHistory(System::String ^ Report);
public ReportService2005.ReportHistorySnapshot[] ListReportHistory (string Report);
member this.ListReportHistory : string -> ReportService2005.ReportHistorySnapshot[]
Public Function ListReportHistory (Report As String) As ReportHistorySnapshot()

パラメーター

Report
String

レポートの完全なパス名です。

戻り値

レポートのレポート履歴スナップショットを表す ReportHistorySnapshot オブジェクトの配列です。

注釈

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

SOAP ヘッダー (Out) ServerInfoHeaderValue
必要なアクセス許可 ListHistory

適用対象