ReportExecutionService.EndRenderStream(IAsyncResult, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <System::Byte> ^ EndRenderStream(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % Encoding, [Runtime::InteropServices::Out] System::String ^ % MimeType);
public byte[] EndRenderStream(IAsyncResult asyncResult, out string Encoding, out string MimeType);
member this.EndRenderStream : IAsyncResult * string * string -> byte[]
Public Function EndRenderStream (asyncResult As IAsyncResult, ByRef Encoding As String, ByRef MimeType As String) As Byte()
Parameters
- asyncResult
- IAsyncResult
- Encoding
- String
- MimeType
- String
Returns
Byte[]