Share via


ReportingService2005.ListModelDrillthroughReports(String, String) 方法

定义

列出与模型中的实体关联的钻取报表。

public:
 cli::array <ReportService2005::ModelDrillthroughReport ^> ^ ListModelDrillthroughReports(System::String ^ Model, System::String ^ ModelItemID);
public ReportService2005.ModelDrillthroughReport[] ListModelDrillthroughReports (string Model, string ModelItemID);
member this.ListModelDrillthroughReports : string * string -> ReportService2005.ModelDrillthroughReport[]
Public Function ListModelDrillthroughReports (Model As String, ModelItemID As String) As ModelDrillthroughReport()

参数

Model
String

命名空间中的模型的完整名称。

ModelItemID
String

为其列出模型钻取报表的模型中的实体模型项的 ID。

返回

一个 ModelDrillthroughReport 对象数组。

注解

下表显示了有关此操作的标头和权限信息。

SOAP 标头 (Out) ServerInfoHeaderValue
所需的权限 ReadContent

此方法仅返回用户对其具有 Read Properties 权限的模型钻取报表。

适用于