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.
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)
Property Value
Type: Microsoft.ReportingServices.ReportRendering.ActionCollection
An ActionCollection object.