Свойство Position
Gets the calculated value of the Position property in a ChartDataLabel class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Position As ChartDataLabelPositions
Get
'Применение
Dim instance As ChartDataLabelInstance
Dim value As ChartDataLabelPositions
value = instance.Position
public ChartDataLabelPositions Position { get; }
public:
property ChartDataLabelPositions Position {
ChartDataLabelPositions get ();
}
member Position : ChartDataLabelPositions
function get Position () : ChartDataLabelPositions
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartDataLabelPositions
A ChartDataLabelPositions value that represents the calculated value of the Position property.