Compartir a través de


Actions Propiedad

Represents the set of actions.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Property Actions As ActionCollection
    Get
    Set
'Uso
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)

Notas

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