Свойство TextAlign
Gets an expression that evaluates to the horizontal alignment of the text.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property TextAlign As ReportEnumProperty(Of TextAlignments)
Get
'Применение
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of TextAlignments)
value = instance.TextAlign
public abstract ReportEnumProperty<TextAlignments> TextAlign { get; }
public:
virtual property ReportEnumProperty<TextAlignments>^ TextAlign {
ReportEnumProperty<TextAlignments>^ get () abstract;
}
abstract TextAlign : ReportEnumProperty<TextAlignments>
abstract function get TextAlign () : ReportEnumProperty<TextAlignments>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'TextAlignments> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
См. также