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


Свойство StyleBase.VerticalAlign

Gets an expression that evaluates to the vertical alignment of the text.

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property VerticalAlign As ReportEnumProperty(Of VerticalAlignments)
    Get
'Применение
Dim instance As StyleBase 
Dim value As ReportEnumProperty(Of VerticalAlignments)

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<VerticalAlignments>
A ReportEnumProperty<EnumType> object that represents the vertical alignment of the text.

См. также

Справочник

StyleBase Класс

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