Compartir a través de


Action.Drillthrough Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Drillthrough As Drillthrough 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.Drillthrough
A Drillthrough object that should be executed by clicking the hyperlink.

Vea también

Referencia

Action Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel