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)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ActionInfo
A ActionInfo object.