次の方法で共有


ReportingService2006.ListReportHistory(String) メソッド

定義

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

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

パラメーター

Report
String

ファイル名と .rdl ファイル名拡張子を含む、レポートの完全修飾 URL です。

戻り値

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

注釈

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

SOAP ヘッダー (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.ViewVersions>

適用対象