Udostępnij przez


Właściwość ActionInfo.Actions

Akcje dla element raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Actions As IList(Of Action)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.Generic.IList<Action>
IList Obiektu.