Data shows on multiple rows

Stimulsoft Reports.NET discussion
Post Reply
Bisoux
Posts: 16
Joined: Wed Jul 08, 2020 12:30 pm

Data shows on multiple rows

Post by Bisoux »

Hello everyone,

I have data field where I would like the output to show on one row for one record. What i am seeing is in certain cases the output goes to a second and third row for the same record.

Here is what the expression on the databand looks like,

Code: Select all

 {rows}

So the outout i am seeing is this,

Code: Select all

#DE#EFT#20210101#####USDD#13800.00##AL47212110090000000235698741
#########OUR###testtest
#####SAL##############AL47212110090000000235698741#Test Test#####IS#####################012021SALARY EMPNO 
The expected output is as below the output should be one row,

Code: Select all

#DE#EFT#20210101#####USDD#13800.00##AL47212110090000000235698741#########OUR###testtest#####SAL##############AL47212110090000000235698741#Test Test#####IS#####################012021SALARY EMPNO 
I have tried expanding the width of the report but no luck. What i have noticed is that if the first occurence of AL47212110090000000235698741 is removed it outputs as one row.

What i would like to know is why the data is going to multiple rows and is there a setting that controls this ? I am using Stimulsoft Designer version 2021.3.1 winforms .NET 4.5

Thank you
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Data shows on multiple rows

Post by Lech Kulikowski »

Hello,

Please set the WordWrap=false pproperty.

Thank you.
Bisoux
Posts: 16
Joined: Wed Jul 08, 2020 12:30 pm

Re: Data shows on multiple rows

Post by Bisoux »

Hi Lech,

I actually did set the WordWrap property to false, but the issue still persists. I have attached a picture to better illustrate what exactly is happening. It is wrapping at certain points on the data, specifically at NA, where I have placed the blue arrow, and it is not clear to me why. Sincerley appreciate your help.
Attachments
Untitled.png
Untitled.png (24.18 KiB) Viewed 947 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Data shows on multiple rows

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
Bisoux
Posts: 16
Joined: Wed Jul 08, 2020 12:30 pm

Re: Data shows on multiple rows

Post by Bisoux »

Thank you Lech but the issue was hidden space characters probably some ascii fields were in the database. I removed those and its fine now.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Data shows on multiple rows

Post by HighAley »

Hello,

Yes, this could be an issue.
Let us know if you need any additional help.

Thank you.
Post Reply