MindFusion.Reporting for Silverlight Programmer's Guide
Report.FontSize Property
See Also
 





Gets or sets the default font size of the elements of this report.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public double FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Double

 Property Value

A double value.

 Remarks

The value of this property is inherited by the report's children. Therefore report items, which do not specify a value for this property explicitly, will have the report's FontSize as a default.

 See Also

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace