Action.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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ActionDrillthrough
A ActionDrillthrough object.

请参阅

参考

Action 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间