FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / BeginGetRenderResource Method

In This Topic
    BeginGetRenderResource Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginGetRenderResource( _
       ByVal TrustedUserHeader As TrustedUserHeader, _
       ByVal Format As String, _
       ByVal DeviceInfo As String, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginGetRenderResource( 
       TrustedUserHeader TrustedUserHeader,
       string Format,
       string DeviceInfo,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    TrustedUserHeader
    Format
    DeviceInfo
    callback
    asyncState
    See Also