Compartir a través de


ChartSeries.SmartLabel Propiedad

Gets the smart label settings.

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property SmartLabel As ChartSmartLabel 
    Get
'Uso
Dim instance As ChartSeries 
Dim value As ChartSmartLabel 

value = instance.SmartLabel
public abstract ChartSmartLabel SmartLabel { get; }
public:
virtual property ChartSmartLabel^ SmartLabel {
    ChartSmartLabel^ get () abstract;
}
abstract SmartLabel : ChartSmartLabel
abstract function get SmartLabel () : ChartSmartLabel

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel
A ChartSmartLabel object.

Vea también

Referencia

ChartSeries Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering