Defines the types of align operation that can be performed on fields selected in C1ReportDesigner.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public enum AlignOperationEnum
Visual Basic
Public Enumeration AlignOperationEnum

Members

Member nameDescription
AlignCenter Center align.
AlignMiddle Middle align.
FormatAsTableRow Format as a table row.

See Also