Свойство Style.VerticalAlign
Gets or sets the vertical alignment of the text.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property VerticalAlign As ReportExpression(Of VerticalAlignments)
Get
Set
'Применение
Dim instance As Style
Dim value As ReportExpression(Of VerticalAlignments)
value = instance.VerticalAlign
instance.VerticalAlign = value
public ReportExpression<VerticalAlignments> VerticalAlign { get; set; }
public:
property ReportExpression<VerticalAlignments> VerticalAlign {
ReportExpression<VerticalAlignments> get ();
void set (ReportExpression<VerticalAlignments> value);
}
member VerticalAlign : ReportExpression<VerticalAlignments> with get, set
function get VerticalAlign () : ReportExpression<VerticalAlignments>
function set VerticalAlign (value : ReportExpression<VerticalAlignments>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<VerticalAlignments>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel