Propriedade do RDL SmartLabel
Gets the smart label settings.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartSmartLabel
A ChartSmartLabel object.
Consulte também