Gets or sets the default font in the report.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Font Font { get; set; } |
Visual Basic Copy Code |
---|
Public Property Font As Font |
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.
This property is obsolete. Use the FontName, FontSize, and FontStyle properties of the report in order to specify the default font.