Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the drillthrough report that should be executed by clicking the hyperlink.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Drillthrough As Drillthrough
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Drillthrough
A Drillthrough object that should be executed by clicking the hyperlink.