Report Viewer in shadow DOM

Stimulsoft Reports.BLAZOR discussion
User avatar
noob
Posts: 51
Joined: Sat Feb 05, 2022 9:03 am
Location: Iraq, Erbil

Re: Report Viewer in shadow DOM

Post by noob »

Thanks
Max Shamanov
Posts: 1108
Joined: Tue Sep 07, 2021 10:11 am

Re: Report Viewer in shadow DOM

Post by Max Shamanov »

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:

Code: Select all

AllowLoadingCustomFontsToClientSide = true
.
You should specify it in the Designer options as follows:

Code: Select all

public StiBlazorDesignerOptions Options = new StiBlazorDesignerOptions()
{
       Server =
    {
        AllowLoadingCustomFontsToClientSide = true
    }
};
Please check our next build once it becomes available.


Thank you.
User avatar
noob
Posts: 51
Joined: Sat Feb 05, 2022 9:03 am
Location: Iraq, Erbil

Re: Report Viewer in shadow DOM

Post by noob »

Thanks
Post Reply