on 2022 Sep 09 8:36 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
45 | |
9 | |
9 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.