ReportingService2005.CreateReportHistorySnapshot Method
指定したレポートのレポート履歴スナップショットを生成します。
名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
アセンブリ: ReportService2005 (reportingservice2005.dll 内)
構文
'宣言
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction:=SoapHeaderDirection.Out)> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/CreateReportHistorySnapshot", RequestNamespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("BatchHeaderValue")> _
Public Function CreateReportHistorySnapshot ( _
Report As String, _
<OutAttribute> ByRef Warnings As Warning() _
) As String
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction=SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/CreateReportHistorySnapshot", RequestNamespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("BatchHeaderValue")]
public string CreateReportHistorySnapshot (
string Report,
out Warning[] Warnings
)
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction=SoapHeaderDirection::Out)]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/CreateReportHistorySnapshot", RequestNamespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse::Literal, ParameterStyle=SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"BatchHeaderValue")]
public:
String^ CreateReportHistorySnapshot (
String^ Report,
[OutAttribute] array<Warning^>^% Warnings
)
/** @attribute SoapHeaderAttribute("ServerInfoHeaderValue", Direction=SoapHeaderDirection.Out) */
/** @attribute SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/CreateReportHistorySnapshot", RequestNamespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped) */
/** @attribute SoapHeaderAttribute("BatchHeaderValue") */
public String CreateReportHistorySnapshot (
String Report,
/** @attribute OutAttribute() */ /** @ref */ Warning[] Warnings
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- Report
レポートの完全なパス名です。
- Warnings
[out] レポート処理中に発生した警告の一覧が格納される Warning オブジェクトの配列です。
戻り値
スナップショットの日付とタイム スタンプを表す string です。この文字列は、履歴スナップショットの一意の識別子として使用されます。
解説
スナップショットを正常に生成するためには、そのレポートのレポート履歴を有効にする必要があります。レポートのレポート履歴を有効にするには、SetReportHistoryOptions メソッドを使用します。レポート履歴の詳細については、「レポート履歴の管理」を参照してください。
レポートにサブレポートが含まれている場合は、サブレポートからのクエリ結果セットがレポート履歴スナップショットに保存されます。レポートの実行時にレポートに渡されたレポート パラメータも保存されます。
CreateReportHistorySnapshot メソッドで作成したスナップショットは、必ず既定のレポート パラメータを使用したものになります。異なるパラメータ プロファイルでレポート履歴スナップショットを作成する必要がある場合は、CreateReportHistorySnapshot でリンク レポートを使用してください。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace