MapSpatialElementTemplate.ActionInfo 属性

Gets or sets a collection of actions to be assigned to spatial elements in the parent layer.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ActionInfo As ActionInfo
    Get
    Set
用法
Dim instance As MapSpatialElementTemplate
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)