Actions 속성
Represents the set of actions.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Property Actions As ActionCollection
Get
Set
‘사용 방법
Dim instance As ActionInfo
Dim value As ActionCollection
value = instance.Actions
instance.Actions = value
public ActionCollection Actions { get; set; }
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
void set (ActionCollection^ value);
}
member Actions : ActionCollection with get, set
function get Actions () : ActionCollection
function set Actions (value : ActionCollection)