Partilhar via


Propriedade do RDL ChartLegendCustomItemCell.ActionInfo

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

Gets the actions and the action style associated with the custom legend item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ActionInfo As ActionInfo 
    Get
'Uso
Dim instance As ChartLegendCustomItemCell 
Dim value As ActionInfo 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions and the action style associated with the custom legend item.

Consulte também

Referência

ChartLegendCustomItemCell Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering