Partager via


Propriété 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