FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / BeginExecuteBatch Method

In This Topic
    BeginExecuteBatch Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginExecuteBatch( _
       ByVal BatchHeader As BatchHeader, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginExecuteBatch( 
       BatchHeader BatchHeader,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    callback
    asyncState
    See Also