Table of Contents

Enum ReportTextAlign

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

The horizontal alignment a definition authored for a textbox.

public enum ReportTextAlign

Fields

General = 0

The definition stated no alignment.

Left = 1

Left.

Center = 2

Centred.

Right = 3

Right.

Remarks

General is the unstated case and is distinct from the others on purpose: RDL resolves it to right for a lone number or date and left for anything else, and a consumer that has its own rule for the same situation needs to see that the author was silent rather than be handed the resolution.