Page 1 of 1

Text overlapping

Posted: Mon Aug 08, 2022 6:35 am
by ArnauINFR
There is an option to see the whole text? Currently, words or phrases overlap.

Re: Text overlapping

Posted: Mon Aug 08, 2022 10:45 am
by ArnauINFR
Also, I can't see the scroll bar in the viewer.
I'm using 2022.3.4 build with:

Code: Select all

var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.fullScreenMode = false;
options.appearance.scrollbarsMode = true;
var viewer = new Stimulsoft.Viewer.StiViewer(options, "StiViewer", false);
var report = new Stimulsoft.Report.StiReport();
report.loadFile("/application/modules/proyectos/views/reports/Dashboard.mrt");
viewer.report = report;
As you can see in the attached image the page is cut and there's no scrollbar anywhere

Re: Text overlapping

Posted: Mon Aug 08, 2022 8:49 pm
by Lech Kulikowski
Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.

Re: Text overlapping

Posted: Tue Aug 09, 2022 11:51 am
by ArnauINFR
Hi, I've been doing some test cause I can't reproduce my issue in a simple sample. I guess some scripts that I have in my application project are facing each other.
If I put my code in a basic project all works well, so I will try to adapt it or check where the scripts are facing.
Otherwise, any idea per making the text don't overlap? If you just put a long string in the X axe, string lines overlap as you can see in the previous attached photo.

Re: Text overlapping

Posted: Wed Aug 10, 2022 12:00 pm
by Lech Kulikowski
Hello,

With a project, it is difficult to say. Most probably some global styles occur the issue.

Thank you.