共用方式為


GaugePointer.ActionInfo 屬性

Gets the actions for the pointer.

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

語法

'宣告
Public ReadOnly Property ActionInfo As ActionInfo 
    Get
'用途
Dim instance As GaugePointer 
Dim value As ActionInfo 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions for the pointer.

請參閱

參考

GaugePointer 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間