共用方式為


Action.DrillthroughID 屬性

Gets a string identifying the drillthrough action.

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

語法

'宣告
Public ReadOnly Property DrillthroughID As String 
    Get
'用途
Dim instance As Action 
Dim value As String 

value = instance.DrillthroughID
public string DrillthroughID { get; }
public:
property String^ DrillthroughID {
    String^ get ();
}
member DrillthroughID : string
function get DrillthroughID () : String

屬性值

型別:System.String
A String value identifying the drillthrough action.

請參閱

參考

Action 類別

Microsoft.ReportingServices.ReportRendering 命名空間