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 label for the data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel
Get
'Usage
Dim instance As ChartDataPoint
Dim value As ChartDataLabel
value = instance.DataLabel
public abstract ChartDataLabel DataLabel { get; }
public:
virtual property ChartDataLabel^ DataLabel {
ChartDataLabel^ get () abstract;
}
abstract DataLabel : ChartDataLabel
abstract function get DataLabel () : ChartDataLabel
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel
A ChartDataLabel object that represents the label for the data point.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace