Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The drillthrough report that should be executed by clicking on the hyperlink
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Drillthrough As ActionDrillthrough
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ActionDrillthrough
A ActionDrillthrough object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace