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

In This Topic
    BeginFindItems Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginFindItems( _
       ByVal Folder As String, _
       ByVal BooleanOperator As BooleanOperatorEnum, _
       ByVal Conditions() As SearchCondition, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult

    Parameters

    Folder
    BooleanOperator
    Conditions
    callback
    asyncState
    See Also