Enum ReportTextAlign
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
The horizontal alignment a definition authored for a textbox.
public enum ReportTextAlign
Fields
General = 0The definition stated no alignment.
Left = 1Left.
Center = 2Centred.
Right = 3Right.
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.