Partager via


Propriété ActionInfo

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

The actions and action style of this cell.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ActionInfo As ActionInfo
    Get
    Set
'Utilisation
Dim instance As ChartLegendCustomItemCell
Dim value As ActionInfo

value = instance.ActionInfo

instance.ActionInfo = value
public ActionInfo ActionInfo { get; set; }
public:
property ActionInfo^ ActionInfo {
    ActionInfo^ get ();
    void set (ActionInfo^ value);
}
member ActionInfo : ActionInfo with get, set
function get ActionInfo () : ActionInfo
function set ActionInfo (value : ActionInfo)