Compartir a través de


ActionInfo.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)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering.ActionCollection
An ActionCollection object.

Vea también

Referencia

ActionInfo Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering