ReportingService2006.ListModelPerspectives 方法

Lists models and perspectives available to the user.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Function ListModelPerspectives ( _
    Path As String _
) As ModelCatalogItem()
用法
Dim instance As ReportingService2006 
Dim Path As String 
Dim returnValue As ModelCatalogItem()

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

参数

  • Path
    类型:System.String
    The fully qualified URL of the model including the file name and .smdl file name extension.

返回值

类型:array<ReportService2006.ModelCatalogItem[]
An array of ModelCatalogItem objects.

注释

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

When Path points to a site, then all the perspectives of each model accessible to the user under the site are returned.

The Path parameter cannot be null or empty. When Path is the fully qualified URL of the folder of a site collection, ListModelPerspectives returns the perspectives of all the models that the user has “Read” permissions directly under the folder.

请参阅

参考

ReportingService2006 类

ReportService2006 命名空间