ReportExecutionService.EndGetRenderResource 메서드

네임스페이스:  Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Public Function EndGetRenderResource ( _
    asyncResult As IAsyncResult, _
    <OutAttribute> ByRef MimeType As String _
) As Byte()
public byte[] EndGetRenderResource(
    IAsyncResult asyncResult,
    out string MimeType
)
public:
array<unsigned char>^ EndGetRenderResource(
    IAsyncResult^ asyncResult, 
    [OutAttribute] String^% MimeType
)
member EndGetRenderResource : 
        asyncResult:IAsyncResult * 
        MimeType:string byref -> byte[] 
public function EndGetRenderResource(
    asyncResult : IAsyncResult, 
    MimeType : String
) : byte[]

매개 변수

  • asyncResult
    형식: IAsyncResult
  • MimeType
    형식: String%

반환 값

형식: array<Byte[]

참고 항목

참조

ReportExecutionService 클래스

Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution 네임스페이스