Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.