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


Свойство Style.Direction

Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left.

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

Синтаксис

'Декларация
Public Overrides ReadOnly Property Direction As ReportEnumProperty(Of Directions)
    Get
'Применение
Dim instance As Style 
Dim value As ReportEnumProperty(Of Directions)

value = instance.Direction
public override ReportEnumProperty<Directions> Direction { get; }
public:
virtual property ReportEnumProperty<Directions>^ Direction {
    ReportEnumProperty<Directions>^ get () override;
}
abstract Direction : ReportEnumProperty<Directions>
override Direction : ReportEnumProperty<Directions>
override function get Direction () : ReportEnumProperty<Directions>

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Directions>
A ReportEnumProperty<EnumType> object that represents a value that indicates whether text is written left-to-right or right-to-left.

См. также

Справочник

Style Класс

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