ReportExecutionService.EndRender2 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
cli::array <System::Byte> ^ EndRender2(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % Extension, [Runtime::InteropServices::Out] System::String ^ % MimeType, [Runtime::InteropServices::Out] System::String ^ % Encoding, [Runtime::InteropServices::Out] cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::Warning ^> ^ % Warnings, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % StreamIds);
public byte[] EndRender2 (IAsyncResult asyncResult, out string Extension, out string MimeType, out string Encoding, out Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.Warning[] Warnings, out string[] StreamIds);
member this.EndRender2 : IAsyncResult * string * string * string * Warning[] * String[] -> byte[]
Public Function EndRender2 (asyncResult As IAsyncResult, ByRef Extension As String, ByRef MimeType As String, ByRef Encoding As String, ByRef Warnings As Warning(), ByRef StreamIds As String()) As Byte()
パラメーター
- asyncResult
- IAsyncResult
- Extension
- String
- MimeType
- String
- Encoding
- String
- Warnings
- Warning[]
- StreamIds
- String[]
戻り値
Byte[]