ChartDataLabel.Position Property
Gets an expression that evaluates to the position of the label.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ReportEnumProperty(Of ChartDataLabelPositions)
Get
'Usage
Dim instance As ChartDataLabel
Dim value As ReportEnumProperty(Of ChartDataLabelPositions)
value = instance.Position
public ReportEnumProperty<ChartDataLabelPositions> Position { get; }
public:
property ReportEnumProperty<ChartDataLabelPositions>^ Position {
ReportEnumProperty<ChartDataLabelPositions>^ get ();
}
member Position : ReportEnumProperty<ChartDataLabelPositions>
function get Position () : ReportEnumProperty<ChartDataLabelPositions>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartDataLabelPositions>
A ReportEnumProperty<EnumType> object.