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

In This Topic
    ListModelPerspectives Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListModelPerspectives( _
       ByVal Model As String, _
       ByRef ModelCatalogItems() As ModelCatalogItem _
    ) As ServerInfoHeader
    public ServerInfoHeader ListModelPerspectives( 
       string Model,
       out ModelCatalogItem[] ModelCatalogItems
    )

    Parameters

    Model
    ModelCatalogItems
    See Also