Text overlapping on report

Stimulsoft Reports.WEB discussion
Post Reply
AlharbiN
Posts: 32
Joined: Wed Jan 02, 2013 1:07 pm

Text overlapping on report

Post by AlharbiN »

Hi
I have a simple report, the report in the designer as you see in the first attached image,
Designer
Designer
Designer.jpg (381.27 KiB) Viewed 1133 times
After we print the report using this code:

Code: Select all

            JToken jToken = JToken.FromObject(certificate);
            var ds = StiJsonToDataSetConverter.GetDataSet(jToken);
            var report = GetReport(@"TraineesCertificate.mrt");
            report.RegData(ds);
            return StiNetCoreReportResponse.PrintAsPdf(report);
            
some of the report text overlaps as you can see in the second attached image!!
printed report
printed report
PrintPDF.jpg (143.78 KiB) Viewed 1133 times
How can we solve this issue, please?
AlharbiN
Posts: 32
Joined: Wed Jan 02, 2013 1:07 pm

Re: Text overlapping on report

Post by AlharbiN »

I use designer ver 2021.1.1
The report was working very well under ver 2020.5.2
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Text overlapping on report

Post by Andrew »

Hello,

Please send the report template with test data to support@stimulsoft.com We will check the issue and give you proper suggestion. Please refer to this forum thread in your email.

Thank you.
Post Reply