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


Свойство StyleBaseInstance.VerticalAlign

Gets the calculated value of the VerticalAlign property in a StyleBase class.

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

Синтаксис

'Декларация
Public MustOverride Property VerticalAlign As VerticalAlignments 
    Get 
    Set
'Применение
Dim instance As StyleBaseInstance 
Dim value As VerticalAlignments 

value = instance.VerticalAlign

instance.VerticalAlign = value
public abstract VerticalAlignments VerticalAlign { get; set; }
public:
virtual property VerticalAlignments VerticalAlign {
    VerticalAlignments get () abstract;
    void set (VerticalAlignments value) abstract;
}
abstract VerticalAlign : VerticalAlignments with get, set
abstract function get VerticalAlign () : VerticalAlignments 
abstract function set VerticalAlign (value : VerticalAlignments)

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.VerticalAlignments
A VerticalAlignments value that represents the calculated value of the VerticalAlign property.

См. также

Справочник

StyleBaseInstance Класс

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