Bagikan melalui


ReportingService2005.ListModelPerspectives Method

Lists models and perspectives available to the user.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Function ListModelPerspectives ( _
    Model As String _
) As ModelCatalogItem()
'Usage
Dim instance As ReportingService2005 
Dim Model As String 
Dim returnValue As ModelCatalogItem()

returnValue = instance.ListModelPerspectives(Model)
public ModelCatalogItem[] ListModelPerspectives(
    string Model
)
public:
array<ModelCatalogItem^>^ ListModelPerspectives(
    String^ Model
)
member ListModelPerspectives : 
        Model:string -> ModelCatalogItem[] 
public function ListModelPerspectives(
    Model : String
) : ModelCatalogItem[]

Parameters

  • Model
    Type: System.String
    The full name of the model for which to list perspectives.

Return Value

Type: array<ReportService2005.ModelCatalogItem[]
An array of ModelCatalogItem objects.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadProperties

When Model is not specified, ListModelPerspectives lists the perspectives for each model that the user has Read Properties permissions for on the model catalog item.

See Also

Reference

ReportingService2005 Class

ReportService2005 Namespace