This sample demonstrates how use custom font resolver to configure fonts for preview and export on all platforms without installation them.
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#
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.