/reporting-use-a-custom-font-distributed-with-the-application

This example shows how to use a custom font shipped with the application in a report.

Primary LanguageVisual Basic .NETOtherNOASSERTION

Reporting for Web - How to Use a Custom Font Distributed With the Application

This example shows how to create a report that uses the custom font shipped with the application.

Report with Custom Fonts

In this example, the DXFontRepository object instance loads a font from a file. The report constructor creates a new font and a XRControlStyle report style based on the newly created font. The new custom style is added to the XtraReport.StyleSheet collection.

Note

Although this example is a Web Forms application, the technique is valid for all DevExpress Reporting platforms.

Files to Look At

Documentation

More Examples