Partager via


Propriété ChartSeries.SmartLabel

Gets the smart label settings.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property SmartLabel As ChartSmartLabel 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartSeries Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering