Share via


ActionInfo.Actions Property

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)

Remarks

This is returned by the ChartDataPoint, ImageMapArea, and TextBox classes.