Re: Report Viewer in shadow DOM
Posted: Fri Mar 06, 2026 2:17 am
Thanks
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
AllowLoadingCustomFontsToClientSide = trueCode: Select all
public StiBlazorDesignerOptions Options = new StiBlazorDesignerOptions()
{
Server =
{
AllowLoadingCustomFontsToClientSide = true
}
};