Поделиться через


Свойство ChartDataLabel.Position

Gets an expression that evaluates to the position of the label.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Position As ReportEnumProperty(Of ChartDataLabelPositions)
    Get
'Применение
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>

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartDataLabelPositions>
A ReportEnumProperty<EnumType> object.

См. также

Справочник

ChartDataLabel Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering