ComponentOne FlexReport for WinForms
Font Property (Field)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Field Class : Font Property
Gets or sets the field's font.
Syntax
'Declaration
 
Public Property Font As FontHolder
public FontHolder Font {get; set;}
Remarks
If you set a field's font FontHolder.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

Reference

Field Class
Field Members
FontHolder Class