ActionInfo.Actions-Eigenschaft
Represents the set of actions.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property Actions As ActionCollection
Get
Set
'Usage
Dim instance As ActionInfo
Dim value As ActionCollection
value = instance.Actions
instance.Actions = value
public ActionCollection Actions { get; set; }
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
void set (ActionCollection^ value);
}
member Actions : ActionCollection with get, set
function get Actions () : ActionCollection
function set Actions (value : ActionCollection)
Eigenschaftswert
Typ: Microsoft.ReportingServices.ReportRendering.ActionCollection
An ActionCollection object.