ReportingService2005.SetModelDrillthroughReports メソッド
一連の詳細レポートをモデルに関連付けます。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Sub SetModelDrillthroughReports ( _
Model As String, _
ModelItemID As String, _
Reports As ModelDrillthroughReport() _
)
'使用
Dim instance As ReportingService2005
Dim Model As String
Dim ModelItemID As String
Dim Reports As ModelDrillthroughReport()
instance.SetModelDrillthroughReports(Model, _
ModelItemID, Reports)
public void SetModelDrillthroughReports(
string Model,
string ModelItemID,
ModelDrillthroughReport[] Reports
)
public:
void SetModelDrillthroughReports(
String^ Model,
String^ ModelItemID,
array<ModelDrillthroughReport^>^ Reports
)
member SetModelDrillthroughReports :
Model:string *
ModelItemID:string *
Reports:ModelDrillthroughReport[] -> unit
public function SetModelDrillthroughReports(
Model : String,
ModelItemID : String,
Reports : ModelDrillthroughReport[]
)
パラメーター
- Model
型: System.String
モデルの完全なパスです。
- ModelItemID
型: System.String
モデル詳細レポートを設定する、モデル内のモデル アイテムの ID です。
- Reports
型: array<ReportService2005.ModelDrillthroughReport[]
ModelDrillthroughReport オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(In) BatchHeaderValue (Out) ServerInfoHeaderValue |
必要な権限 |
Model に対する UpdateContent、および Reports 内の各レポートに対する ReadProperties |
詳細レポートが 1 つも定義されていない場合、動的に生成されたクリックスルー レポートが表示されます。
モデル アイテムでは、ModelDrillthroughReport の各種類のうちの 1 つ (単一インスタンスまたは複数インスタンス) を設定することができます。 ModelDrillthroughReport オブジェクトの Type プロパティに、DrillthroughType 列挙子の有効な値 SingleInstance または MultipleInstance を設定することにより、モデル詳細レポートの種類を指定できます。
SetModelDrillthroughReports が呼び出されると、以前のモデル詳細レポートは、指定した詳細レポートで置き換えられます。
特定のモデル詳細レポートを削除するには、SetModelDrillthroughReport メソッドの呼び出し時にエントリを省略します。
Reports パラメーターに空の値を指定すると、このエンティティのすべてのモデル詳細レポートが削除されます。