次の方法で共有


ReportingService2005.DeleteReportHistorySnapshot メソッド

指定したレポートのレポート履歴スナップショットを個別に削除します。 エラーが発生すると、レポート履歴スナップショットは削除されません。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Sub DeleteReportHistorySnapshot ( _
    Report As String, _
    HistoryID As String _
)
'使用
Dim instance As ReportingService2005 
Dim Report As String 
Dim HistoryID As String

instance.DeleteReportHistorySnapshot(Report, _
    HistoryID)
public void DeleteReportHistorySnapshot(
    string Report,
    string HistoryID
)
public:
void DeleteReportHistorySnapshot(
    String^ Report, 
    String^ HistoryID
)
member DeleteReportHistorySnapshot : 
        Report:string * 
        HistoryID:string -> unit
public function DeleteReportHistorySnapshot(
    Report : String, 
    HistoryID : String
)

パラメーター

  • Report
    型: System.String
    レポートの完全修飾 URL です。

説明

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

SOAP ヘッダー

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

必要な権限

DeleteHistory

Report パラメーターの長さは、260 文字以下でなければなりません。これを超えると、エラー コード rsItemLengthExceeded の SOAP 例外がスローされます。

Report パラメーターを NULL または空の文字列にすることはできません。また、予約文字 : ?; @ & = + $ , \ * > < | ." を含めることもできません。 スラッシュ (/) は、フォルダーの完全なパス名内の各項目を区切るために使用することはできますが、フォルダー名の末尾には使用できません。

削除するレポート履歴スナップショットの HistoryID プロパティを取得するには、ListReportHistory メソッドを使用します。

関連項目

参照

ReportingService2005 クラス

ReportService2005 名前空間