ReportExecutionService.EndRender2 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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()
Parameter
- asyncResult
- IAsyncResult
- Extension
- String
- MimeType
- String
- Encoding
- String
- Warnings
- Warning[]
- StreamIds
- String[]
Gibt zurück
Byte[]