Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages

Stimulsoft Reports.WEB discussion
Post Reply
shyam.pundkar
Posts: 56
Joined: Fri Feb 21, 2014 9:26 am

Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages

Post 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?
shyam.pundkar
Posts: 56
Joined: Fri Feb 21, 2014 9:26 am

Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages

Post by shyam.pundkar »

Please take a look https://stimulsoft.com/s/79b83
It is coming on a single page only not on multiple page.
Attachments
Report_EditableTextBox .mdc
(332.47 KiB) Downloaded 172 times
Lech Kulikowski
Posts: 7339
Joined: Tue Mar 20, 2018 5:34 am

Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages

Post by Lech Kulikowski »

Hello,

Unfortunately, it is not possible for Editables fields, you should rerender the report.

Thank you.
shyam.pundkar
Posts: 56
Joined: Fri Feb 21, 2014 9:26 am

Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages

Post 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.
Lech Kulikowski
Posts: 7339
Joined: Tue Mar 20, 2018 5:34 am

Re: Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages

Post 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.
Post Reply