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

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

    Parameters

    result
    ModelCatalogItems
    See Also