cancel
Showing results for 
Search instead for 
Did you mean: 

width and new page

0 Kudos
132

Hi all,

I have a report with the details section showing me a string.
This string is sometimes longer than the page.
I don't want to use Can Grow, because only one line must remains per record.
So, what doesn't fit in width should go to a new page.
How do I set this up?
I've already tried everything I know, but it doesn't work ..
I develop this with VS2019 and c#.
Thanks so much for help

A.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Simple answer - you can't. However, if you export the report to Excel, all of the text will appear in a single row there as long as it's not longer than the cell limit for strings.

-Dell

Answers (1)

Answers (1)

0 Kudos

You could try using a subreport, allows the user to drill down if they want to see more.

Size the subreport so it only shows the first line.

Only problem is using subreports in the Detail section will cause performance issues.