FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapChannel Interface / BeginLoadDrillthroughTarget2 Method

In This Topic
    BeginLoadDrillthroughTarget2 Method (ReportExecutionServiceSoapChannel)
    In This Topic
    Syntax
    'Declaration
     
    Function BeginLoadDrillthroughTarget2( _
       ByVal request As LoadDrillthroughTarget2Request, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    IAsyncResult BeginLoadDrillthroughTarget2( 
       LoadDrillthroughTarget2Request request,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    request
    callback
    asyncState
    See Also