Gets or sets the default font in the report.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public string FontName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontName As String |
A string value or null (Nothing in Visual Basic) to use the report font.
See Also