Propriedade do RDL Drillthrough
The drillthrough report that should be executed by clicking on the hyperlink
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Drillthrough As ActionDrillthrough
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ActionDrillthrough
A ActionDrillthrough object.
Consulte também