Gets or sets the field's font.

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

Syntax

C#
public FontHolder Font { get; set; }
Visual Basic
Public Property Font As FontHolder
	Get
	Set

Remarks

If you set a field's font Size property to a value that is too large to fit the field box (defined by the Height property), no text will appear in the field.

See Also