Compartir a través de


ReportingService2005.ListModelPerspectives Método

Lists models and perspectives available to the user.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Function ListModelPerspectives ( _
    Model As String _
) As ModelCatalogItem()
'Uso
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[]

Parámetros

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

Valor devuelto

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

Comentarios

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.

Vea también

Referencia

ReportingService2005 Clase

Espacio de nombres ReportService2005