ReportingService2010.ListModelPerspectives Method
SQL Server 2012
Lists models and perspectives available to the user.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelPerspectives", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] [<SoapHeaderAttribute("TrustedUserHeaderValue")>] member ListModelPerspectives : Model:string -> ModelCatalogItem[]
Parameters
- Model
- Type: System.String
The fully qualified URL of the model including the file name and .smdl file name extension.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions |
When Path points to a site, then all the perspectives of each model accessible to the user under the site are returned.
When Path is not specified, ListModelPerspectives lists the perspectives for each model that the user has “Read Properties” permissions for on the model catalog item.
Show: