last few rows in one page is not shown.
it should have some blank section between the data and the bottom edge of page.
report page display error
report page display error
- Attachments
-
- the last few rows data in one page is not shown
- 报表页中有数据未显示完全.png (189.66 KiB) Viewed 1394 times
Re: report page display error
Hello,
Can you please send us a sample report template with data, which reproduces the issue, for analysis?
Thank you.
Can you please send us a sample report template with data, which reproduces the issue, for analysis?
Thank you.
Re: report page display error
Thanks for reply.
i have found the resolution.
the reason is css attribute box-sizing has setted to border-box.
it is be setted in bootstrap.min.css
the resolution is to set the box-sizing to content-box.
i have found the resolution.
the reason is css attribute box-sizing has setted to border-box.
it is be setted in bootstrap.min.css
the resolution is to set the box-sizing to content-box.
Re: report page display error
Hello.
Great!
Let us know if you need any additional help.
Thank you.
Great!
Let us know if you need any additional help.
Thank you.