Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the smart label settings.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SmartLabel As ChartSmartLabel
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel
A ChartSmartLabel object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace