Partager via


Propriété ActionInfo.Actions

Represents the set of actions.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Property Actions As ActionCollection 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ActionInfo Classe

Espace de noms Microsoft.ReportingServices.ReportRendering