次の方法で共有


ImageMapArea.ActionInfo プロパティ

画像でのアクションに関する情報を返します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property ActionInfo As ActionInfo 
    Get 
    Set
'使用
Dim instance As ImageMapArea 
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.ReportRendering.ActionInfo
ActionInfo 値です。

関連項目

参照

ImageMapArea クラス

Microsoft.ReportingServices.ReportRendering 名前空間