Compartilhar via


Propriedade do RDL ChartLegendColumn.ActionInfo

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the actions and the action style.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ActionInfo As ActionInfo 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ChartLegendColumn Classe

Namespace Microsoft.ReportingServices.RdlObjectModel