Condividi tramite


Proprietà Action.Drillthrough

The drillthrough report that should be executed by clicking on the hyperlink

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Drillthrough As ActionDrillthrough 
    Get
'Utilizzo
Dim instance As Action 
Dim value As ActionDrillthrough 

value = instance.Drillthrough
public ActionDrillthrough Drillthrough { get; }
public:
property ActionDrillthrough^ Drillthrough {
    ActionDrillthrough^ get ();
}
member Drillthrough : ActionDrillthrough
function get Drillthrough () : ActionDrillthrough

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ActionDrillthrough
A ActionDrillthrough object.

Vedere anche

Riferimento

Action Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering