ReportingService2006.ListModelDrillthroughReports(String, String) 方法

定义

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

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

参数

Model
String

模型的完全限定 URL,其中包括文件名和 .smdl 文件扩展名。

ModelItemID
String

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

返回

一个 ModelDrillthroughReport 对象数组。

注解

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

SOAP 标头 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
所需的权限 <xref:Microsoft.SharePoint.SPBasePermissions.OpenItems>

此方法仅返回用户对其具有“读取属性”权限的模型钻取报表。

适用于