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





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

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

 Syntax

C#  Copy Code

public FontWeight FontWeight { get; set; }

Visual Basic  Copy Code

Public Property FontWeight As FontWeight

 Property Value

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

 See Also

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace