共用方式為


Action.Drillthrough 屬性

Gets or sets the drillthrough report that should be executed by clicking the hyperlink.

命名空間:  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
A Drillthrough object that should be executed by clicking the hyperlink.

請參閱

參考

Action 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間