Page 1 of 1

Wrong display of a loaded text from DataColumn

Posted: Tue Nov 29, 2022 2:32 pm
by Réda
Hello,

I am using the text editor QuillJs to design some part of my report. The result is saved in database. Here is an example of the produced HTML :

Code: Select all

<div><strong>Reda</strong></div>
When I want to display it alone in a text component of my report, the generated report is ok. Here is the content of the Expression field:

Code: Select all

{User.name}
But if I want to change the font or the size of it, like this:

Code: Select all

<font size="24">{User.name}</font>
Or even only add some text like :

Code: Select all

Welcome {User.name}
Then the generated report is wrong. In the first case I expect my report to display "Reda" in bold size 24 but nothing is displayed.
And in the second case, I expect my report to display "Welcome Reda" but it only displays "Welcome ".

Can you help me please ?

Re: Wrong display of a loaded text from DataColumn

Posted: Tue Nov 29, 2022 9:04 pm
by Lech Kulikowski
Hello,

We couldn't reproduce the issue.
Please check the last release build.

Thank you.

Re: Wrong display of a loaded text from DataColumn

Posted: Wed Nov 30, 2022 7:29 am
by Réda
Hi,

Unfortunately, I'm not sure if we can safely update to the latest version without breaking everything :lol: I will ask my coworkers later in the morning.

In the mean time, here are some information that maybe will help you somehow :
- we are using Stimulsoft.Reports.Engine.NetCore 2021.3.1 nuget package in our backend to generate the report
- the stimulsoft-reports-js 2020.2.3 npm package is used in our frontend to set up the report
- attached you will find the template of the report, saved in our database

If you need anything else, let me know.

Re: Wrong display of a loaded text from DataColumn

Posted: Wed Nov 30, 2022 8:24 am
by Lech Kulikowski
Hello,

> - we are using Stimulsoft.Reports.Engine.NetCore 2021.3.1 nuget package in our backend to generate the report

Do you export reports on the backend?

Thank you.

Re: Wrong display of a loaded text from DataColumn

Posted: Thu Dec 15, 2022 9:41 am
by Réda
Hello, sorry for the delay.

It appears my coworkers were not able to reproduce this bug so everything's fine now.

Thanks for everything.

Re: Wrong display of a loaded text from DataColumn

Posted: Thu Dec 15, 2022 11:11 am
by Max Shamanov
Hello,

You are Welcome!