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

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

    Parameters

    result
    CatalogItems
    See Also