Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
You add this css to your page:
@media print
{
.page-break
{
display:block !important;
width:0px !important;
height:0px !important;
page-break-before: always !important;
}
.no-break
{
page-break-inside: avoid;
}
body
{
zoom:_zoom_ !important;
}
}
and then you can use the page-break
class
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo