次の方法で共有


GaugePointer.ActionInfo プロパティ

ポインターに対するアクション。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ActionInfo As ActionInfo 
    Get 
    Set
'使用
Dim instance As GaugePointer 
Dim value As ActionInfo 

value = instance.ActionInfo

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ActionInfo
ActionInfo オブジェクト。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間