Style.TextAlign Property

Definition

Gets or sets the horizontal alignment of the text.

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

Property Value

A ReportExpression<T> object.

Applies to