Condividi tramite


Proprietà ActionInfo.Actions

Represents the set of actions.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Property Actions As ActionCollection 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ActionInfo Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering