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





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

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

 Syntax

C#  Copy Code

public FontStyle FontStyle { get; set; }

Visual Basic  Copy Code

Public Property FontStyle As FontStyle

 Property Value

A Silverlight FontStyle 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 FontStyle as a default.

 See Also

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace