ReportingService2005.ListModelPerspectives(String) Method

Definition

Lists models and perspectives available to the user.

public:
 cli::array <ReportService2005::ModelCatalogItem ^> ^ ListModelPerspectives(System::String ^ Model);
public ReportService2005.ModelCatalogItem[] ListModelPerspectives (string Model);
member this.ListModelPerspectives : string -> ReportService2005.ModelCatalogItem[]
Public Function ListModelPerspectives (Model As String) As ModelCatalogItem()

Parameters

Model
String

The full name of the model for which to list perspectives.

Returns

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.

Applies to