Gets or sets a value indicating whether the text alignment in the current field should depend on the type of data represented by the field. If this property is true, numbers will align to the right while all other data to the left.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool GeneralTextAlignment { get; set; }
Visual Basic
Public Property GeneralTextAlignment As Boolean
	Get
	Set

See Also