Поделиться через


Свойство ActionInfo.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<Action>
An IList object.

См. также

Справочник

ActionInfo Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel