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

In This Topic
    EndPrepareQuery Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndPrepareQuery( _
       ByVal result As IAsyncResult, _
       ByRef DataSettings As DataSetDefinition, _
       ByRef Changed As Boolean, _
       ByRef ParameterNames() As String _
    ) As ServerInfoHeader
    public ServerInfoHeader EndPrepareQuery( 
       IAsyncResult result,
       out DataSetDefinition DataSettings,
       out bool Changed,
       out string[] ParameterNames
    )

    Parameters

    result
    DataSettings
    Changed
    ParameterNames
    See Also