[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextAlign

TextAlign Enum

Specifies a horizontal alignment of the text

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum TextAlign

Fields

Name Description
Center

Indicates align centered.

General

Indicates aligment will be based off of the content type.

Justify

Indicates justified align.

Left

Indicates align to the left.

Right

Indicates align to the right.

Extension Methods