Actions 屬性
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< (Of < ( <'Action> ) > ) >
An IList object.