Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The actions for the report item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Actions As IList(Of Action)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<Action>
An IList object.