ReportExecutionService.EndRenderStream(IAsyncResult, String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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()
パラメーター
- asyncResult
- IAsyncResult
- Encoding
- String
- MimeType
- String
戻り値
Byte[]