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

In This Topic
    EndFindItems Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndFindItems( _
       ByVal result As IAsyncResult, _
       ByRef Items() As CatalogItem _
    ) As ServerInfoHeader
    public ServerInfoHeader EndFindItems( 
       IAsyncResult result,
       out CatalogItem[] Items
    )

    Parameters

    result
    Items
    See Also