Proprietà ChartLegendColumn.ActionInfo

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the actions and the action style.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ActionInfo As ActionInfo 
    Get 
    Set
'Utilizzo
Dim instance As ChartLegendColumn 
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ActionInfo
An ActionInfo object.

Vedere anche

Riferimento

ChartLegendColumn Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel