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


Свойство ChartTitle.Position

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

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

Синтаксис

'Декларация
Public ReadOnly Property Position As ReportEnumProperty(Of ChartTitlePositions)
    Get
'Применение
Dim instance As ChartTitle 
Dim value As ReportEnumProperty(Of ChartTitlePositions)

value = instance.Position
public ReportEnumProperty<ChartTitlePositions> Position { get; }
public:
property ReportEnumProperty<ChartTitlePositions>^ Position {
    ReportEnumProperty<ChartTitlePositions>^ get ();
}
member Position : ReportEnumProperty<ChartTitlePositions>
function get Position () : ReportEnumProperty<ChartTitlePositions>

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

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

См. также

Справочник

ChartTitle Класс

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