Page 1 of 1
Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages
Posted: Mon Jul 13, 2020 9:20 am
by shyam.pundkar
Hi,
We are using 2020.3.2 latest release.
We observed that Reportviewer with StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages. It just truncate the textbox.
Do you have this issue logged in already? Any solution to this?
Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages
Posted: Tue Jul 14, 2020 12:39 am
by shyam.pundkar
Please take a look
https://stimulsoft.com/s/79b83
It is coming on a single page only not on multiple page.
Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages
Posted: Wed Jul 15, 2020 9:27 pm
by Lech Kulikowski
Hello,
Unfortunately, it is not possible for Editables fields, you should rerender the report.
Thank you.
Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages
Posted: Wed Jul 22, 2020 12:24 am
by shyam.pundkar
Thanks for the reply!
Could you please list the minimum set of functions to re-render? I tried calling report.Render(false); twice but that did not resolve the issue. The editable textbox is still coming on a single page.
Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages
Posted: Sat Jul 25, 2020 10:41 am
by Lech Kulikowski
Hello,
In that case, you can use Request From user variables or your additional for instead of the editalbe fields with large text.
Thank you.