Share via


ReportingService2010.ListModelDrillthroughReports(String, String) メソッド

定義

モデル内のエンティティに関連付けられた詳細レポートの一覧を示します。

public:
 cli::array <ReportService2010::ModelDrillthroughReport ^> ^ ListModelDrillthroughReports(System::String ^ Model, System::String ^ ModelItemID);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelDrillthroughReports", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
public ReportService2010.ModelDrillthroughReport[] ListModelDrillthroughReports (string Model, string ModelItemID);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelDrillthroughReports", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
[<System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
member this.ListModelDrillthroughReports : string * string -> ReportService2010.ModelDrillthroughReport[]
Public Function ListModelDrillthroughReports (Model As String, ModelItemID As String) As ModelDrillthroughReport()

パラメーター

Model
String

ファイル名と .smdl ファイル名拡張子を含む、モデルの完全修飾 URL です。

ModelItemID
String

詳細レポートの一覧を表示する、モデル内のエンティティの ID です。

戻り値

ModelDrillthroughReport オブジェクトの配列。

属性

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダーの使用方法 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
ネイティブ モードで必要なアクセス許可 ReadContent
SharePoint モードに必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.OpenItems>

このメソッドは、ユーザーが "プロパティの読み取り" 権限を持っているモデル詳細レポートだけを返します。

適用対象