The actions for the report item.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Actions As IList(Of Action)
Get
Set
‘사용 방법
Dim instance As ActionInfo
Dim value As IList(Of Action)
value = instance.Actions
instance.Actions = value
public IList<Action> Actions { get; set; }
public:
property IList<Action^>^ Actions {
IList<Action^>^ get ();
void set (IList<Action^>^ value);
}
member Actions : IList<Action> with get, set
function get Actions () : IList<Action>
function set Actions (value : IList<Action>)
속성 값
유형: System.Collections.Generic.IList<Action>
An IList object.