Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / Font Property

In This Topic
    Font Property (C1Report)
    In This Topic
    Gets or sets the default font for new fields.
    Syntax
    'Declaration
     
    Public Property Font As FontHolder
    public FontHolder Font {get; set;}
    Remarks
    This property is not used directly when rendering the report. It is used as the default font for new fields.
    See Also