ReportingService2005.CreateReportHistorySnapshot(String, Warning[]) 方法

定义

public:
 System::String ^ CreateReportHistorySnapshot(System::String ^ Report, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2005::Warning ^> ^ % Warnings);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/CreateReportHistorySnapshot", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("BatchHeaderValue")]
public string CreateReportHistorySnapshot (string Report, out Microsoft.SqlServer.ReportingServices2005.Warning[] Warnings);
Public Function CreateReportHistorySnapshot (Report As String, ByRef Warnings As Warning()) As String

参数

Report
String
Warnings
Warning[]

返回

String
属性

适用于