Свойство StyleBase.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 MustOverride ReadOnly Property Direction As ReportEnumProperty(Of Directions)
Get
'Применение
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of Directions)
value = instance.Direction
public abstract ReportEnumProperty<Directions> Direction { get; }
public:
virtual property ReportEnumProperty<Directions>^ Direction {
ReportEnumProperty<Directions>^ get () abstract;
}
abstract Direction : ReportEnumProperty<Directions>
abstract 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering