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[]