Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>)
Property Value
Type: System.Collections.Generic.IList<Action>
An IList object.