Report Viewer in shadow DOM
-
Max Shamanov
- Posts: 1108
- Joined: Tue Sep 07, 2021 10:11 am
Re: Report Viewer in shadow DOM
Hello,
We have made several fixes, and fonts should now display correctly in Print-Print mode.
Please load the fonts you use into StiFontCollection.
You will also need to enable the following option:.
You should specify it in the Designer options as follows:
Please check our next build once it becomes available.
Thank you.
We have made several fixes, and fonts should now display correctly in Print-Print mode.
Please load the fonts you use into StiFontCollection.
You will also need to enable the following option:
Code: Select all
AllowLoadingCustomFontsToClientSide = trueYou should specify it in the Designer options as follows:
Code: Select all
public StiBlazorDesignerOptions Options = new StiBlazorDesignerOptions()
{
Server =
{
AllowLoadingCustomFontsToClientSide = true
}
};Thank you.