ハイパーリンクをクリックして実行される詳細レポートを取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property Drillthrough As Drillthrough
Get
Set
'使用
Dim instance As Action
Dim value As Drillthrough
value = instance.Drillthrough
instance.Drillthrough = value
public Drillthrough Drillthrough { get; set; }
public:
property Drillthrough^ Drillthrough {
Drillthrough^ get ();
void set (Drillthrough^ value);
}
member Drillthrough : Drillthrough with get, set
function get Drillthrough () : Drillthrough
function set Drillthrough (value : Drillthrough)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.Drillthrough
ハイパーリンクをクリックすると実行される Drillthrough オブジェクトです。