Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
When I open the report Simple List in winform are 3 pages printed correctly.
When viewing the report on the web has 3 pages, but when print generates 6 pages. Below the print screen.
Designer
Report in Web
Configuration IE8
Printer spool
What should I do to print the number of pages equal to the display?
The result you received was a 6 pages instead of 3 because when a report was printed from the browser it is always HTML representation of the report which is obviously can not be WYSIWYG. To avoid this use better printing using Adobe Acrobat and there is an option for such printing.
But you could still receive the result you were after. Just open the Page properties in IE and set header and footer as blank and reduce page margins to zero.
Unfortunately there is no rule about margins - you always need to set them a bit bigger in the report template if you going to print using HTML representation of the report from the browser.