ReportingService2005.ListModelPerspectives(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.