共用方式為


Drillthrough 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Drillthrough As ActionDrillthrough
    Get
'用途
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