ActiveReports Developer 7
Fonts Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : Fonts Property

Glossary Item Box

Returns the collection of fonts for the page.

Syntax

Visual Basic (Declaration) 
Public Property Fonts As FontsCollection
C# 
public FontsCollection Fonts {get; set;}

See Also