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?
Reportviewer StiReportDisplayMode.Table does not break editable textbox with large text into multiple pages
-
- Posts: 56
- Joined: Fri Feb 21, 2014 9:26 am
-
- 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
Please take a look https://stimulsoft.com/s/79b83
It is coming on a single page only not on multiple page.
It is coming on a single page only not on multiple page.
- Attachments
-
- Report_EditableTextBox .mdc
- (332.47 KiB) Downloaded 172 times
-
- 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
Hello,
Unfortunately, it is not possible for Editables fields, you should rerender the report.
Thank you.
Unfortunately, it is not possible for Editables fields, you should rerender the report.
Thank you.
-
- 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
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.
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.
-
- 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
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.
In that case, you can use Request From user variables or your additional for instead of the editalbe fields with large text.
Thank you.