Language

ReportingService2005.SetModelDrillthroughReports メソッド

定義

ドリルスルーレポートのセットをモデルに関連付けます。

public:
 void SetModelDrillthroughReports(System::String ^ Model, System::String ^ ModelItemID, cli::array <ReportService2005::ModelDrillthroughReport ^> ^ Reports);
public void SetModelDrillthroughReports(string Model, string ModelItemID, ReportService2005.ModelDrillthroughReport[] Reports);
member this.SetModelDrillthroughReports : string * string * ReportService2005.ModelDrillthroughReport[] -> unit
Public Sub SetModelDrillthroughReports (Model As String, ModelItemID As String, Reports As ModelDrillthroughReport())

パラメーター

Model
String

モデルの全経路。

ModelItemID
String

モデル内のモデルアイテムのID(モデルドリルスルーレポートを設定するため)。

Reports
ModelDrillthroughReport[]

ModelDrillthroughReport オブジェクトの配列。

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダー (イン) BatchHeaderValue

(アウト) ServerInfoHeaderValue
必要なアクセス許可 UpdateContent ModelおよびReadPropertiesの各報告書のReports

ドリルスルーレポートが定義されていない場合は、動的に生成されるクリックスルーレポートに誘導されます。

モデルアイテムの場合、各タイプの ModelDrillthroughReport (単一インスタンスまたは複数インスタンス)を1つずつ設定できます。 モデルドリルスルーレポートのタイプを指定するには、ModelDrillthroughReportオブジェクトのタイププロパティを有効な DrillthroughType エノメレーター値 SingleInstance または MultipleInstance に設定できます。

SetModelDrillthroughReportsが呼び出されると、従来のモデルのドリルスルーレポートは提供されたドリルスルーレポートセットに置き換えられます。

特定のモデルのドリルスルーレポートを削除するには、 SetModelDrillthroughReport メソッドを呼び出す際にそのエントリを省略してください。

Reportsパラメータに空の数値を供給すると、このエンティティのモデルドリルスルーレポートはすべて削除されます。

適用対象