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





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

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

 Syntax

C#  Copy Code

public FontFamily FontFamily { get; set; }

Visual Basic  Copy Code

Public Property FontFamily As FontFamily

 Property Value

A Silverlight FontFamily object.

 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 FontFamily as a default.

 See Also

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace