ActiveReports 18 .NET Edition
Samples / Samples / API / Page and RDLX Reports / Font Resolver
In This Topic
    Font Resolver
    In This Topic

    This sample demonstrates how use custom font resolver to configure fonts for preview and export on all platforms without installation them.

    Using Custom Font Resolver

    Sample Location

    Visual Basic.NET

    https://github.com/activereports/Samples18/tree/main/API/PageAndRDLX/FontResolver/VB.NET

    C#

    https://github.com/activereports/Samples18/tree/main/API/PageAndRDLX/FontResolver/C#

    Details

    When you run this sample, the WinForms Viewer appears. You need to click the Preview button to load an RDLX report with resolved fonts (when the font is not installed). The Export to PDF button exports the report with resolved fonts.

    The same code works for the Page or Section report too.

    The sample consists of MainForm which contains code to resolve windows and barcode fonts.

    See Also