Style.VerticalAlign Property

Definition

Gets or sets the vertical alignment of the text.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::VerticalAlignments> VerticalAlign { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::VerticalAlignments> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::VerticalAlignments> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.VerticalAlignments> VerticalAlign { get; set; }
member this.VerticalAlign : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.VerticalAlignments> with get, set
Public Property VerticalAlign As ReportExpression(Of VerticalAlignments)

Property Value

A ReportExpression<T> object.

Applies to