ReportingService2006.ListModelDrillthroughReports 方法

Lists drillthrough reports associated with an entity in a model.

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

语法

声明
Public Function ListModelDrillthroughReports ( _
    Model As String, _
    ModelItemID As String _
) As ModelDrillthroughReport()
用法
Dim instance As ReportingService2006 
Dim Model As String 
Dim ModelItemID As String 
Dim returnValue As ModelDrillthroughReport()

returnValue = instance.ListModelDrillthroughReports(Model, _
    ModelItemID)
public ModelDrillthroughReport[] ListModelDrillthroughReports(
    string Model,
    string ModelItemID
)
public:
array<ModelDrillthroughReport^>^ ListModelDrillthroughReports(
    String^ Model, 
    String^ ModelItemID
)
member ListModelDrillthroughReports : 
        Model:string * 
        ModelItemID:string -> ModelDrillthroughReport[] 
public function ListModelDrillthroughReports(
    Model : String, 
    ModelItemID : String
) : ModelDrillthroughReport[]

参数

  • Model
    类型:System.String
    The fully qualified URL of the model including the file name and .smdl file name extension.
  • ModelItemID
    类型:System.String
    The ID of an entity in the model for which to list drillthrough reports.

返回值

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

注释

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

OpenItems

This method returns only the model drillthrough reports for which the user has “Read Properties” permission.

请参阅

参考

ReportingService2006 类

ReportService2006 命名空间