I work on design of the report for my customer. I need to display logo on each page when customer prints the report.
here is my html row that I want to put on the header of each page when I on print mode:
<img style="page-break-before:always" src="/somepath/Content/images/logo.png" class="visible-print" style="width:200px;height:100px" alt="" />
Is there any way to implement it?