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

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

    Parameters

    result
    ModelItems
    See Also