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

定义

public:
 System::String ^ CreateReportHistorySnapshot(System::String ^ Report, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2005::Warning ^> ^ % Warnings);
public string CreateReportHistorySnapshot (string Report, out Microsoft.SqlServer.ReportingServices2005.Warning[] Warnings);
override this.CreateReportHistorySnapshot : string * Warning[] -> string
Public Function CreateReportHistorySnapshot (Report As String, ByRef Warnings As Warning()) As String

参数

Report
String
Warnings
Warning[]

返回

适用于