ReportExecutionService.BeginGetRenderResource 메서드

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

구문

‘선언
Public Function BeginGetRenderResource ( _
    Format As String, _
    DeviceInfo As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginGetRenderResource(
    string Format,
    string DeviceInfo,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginGetRenderResource(
    String^ Format, 
    String^ DeviceInfo, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginGetRenderResource : 
        Format:string * 
        DeviceInfo:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginGetRenderResource(
    Format : String, 
    DeviceInfo : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

매개 변수

  • Format
    형식: String
  • DeviceInfo
    형식: String
  • callback
    형식: AsyncCallback
  • asyncState
    형식: Object

반환 값

형식: IAsyncResult

참고 항목

참조

ReportExecutionService 클래스

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