Page 1 of 1

Text overlapping on report

Posted: Sat Aug 07, 2021 6:40 am
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 1206 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 1206 times
How can we solve this issue, please?

Re: Text overlapping on report

Posted: Sat Aug 07, 2021 6:48 am
by AlharbiN
I use designer ver 2021.1.1
The report was working very well under ver 2020.5.2

Re: Text overlapping on report

Posted: Sat Aug 07, 2021 6:58 am
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.