Gets or sets the default font style in the report.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public FontStyle FontStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontStyle As FontStyle |
A member of the FontStyle enumeration. The default is Regular.
See Also