ActiveReports Developer 7
FontFallback Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > PdfExportOptions Class : FontFallback Property

Glossary Item Box

Gets or sets a comma-delimited string of font families that will be used to lookup glyphs that are missing in the original font (Professional Edition).

Syntax

Visual Basic (Declaration) 
Public Property FontFallback As System.String
C# 
public System.string FontFallback {get; set;}

Remarks

This feature is for use with the Professional Edition license only.

Note: The value of this property is ignored when used with the Standard Edition license.  Some characters are not guaranteed to render correctly in the generated PDF.

See Also