Search
Report.Font Property
See Also
 





Gets or sets the default font in the report.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Font

 Property Value

A .NET Font object specifying the font for all report elements which have their Font property set to null (Nothing in Visual Basic). The defualt is a 10 point Arial font.

 Remarks

This property is obsolete. Use the FontName, FontSize, and FontStyle properties of the report in order to specify the default font.

 See Also