FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / PrepareQueryAsync Method / PrepareQueryAsync(BatchHeader,DataSource,DataSetDefinition) Method

In This Topic
    PrepareQueryAsync(BatchHeader,DataSource,DataSetDefinition) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub PrepareQueryAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal DataSource As DataSource, _
       ByVal DataSet As DataSetDefinition _
    ) 
    public void PrepareQueryAsync( 
       BatchHeader BatchHeader,
       DataSource DataSource,
       DataSetDefinition DataSet
    )

    Parameters

    BatchHeader
    DataSource
    DataSet
    See Also