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


Свойство ChartStripLine.TextOrientation

Gets an expression that evaluates to the orientation of the title text.

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

Синтаксис

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

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

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

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

См. также

Справочник

ChartStripLine Класс

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