Compartir a través de


ChartLegendCustomItem.ActionInfo Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ActionInfo As ActionInfo 
    Get
'Uso
Dim instance As ChartLegendCustomItem 
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 de la propiedad

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

Vea también

Referencia

ChartLegendCustomItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering