Page 5 of 5

Re: Landscape reports printed incorrectly

Posted: Thu Sep 10, 2015 9:16 am
by HighAley
Hello.

It seems that there in a bug in printer drivers or communication between WPF and printer's driver.
Could you use PCL5 driver?
Sorry but we can't help you with this issue any more.

Thank you.

Re: Landscape reports printed incorrectly

Posted: Fri Sep 11, 2015 5:59 am
by llysyganicz
Could you use PCL5 driver?
I can. But our clients don't have technical knowlage. They don't know which driver to choose and where to find it.

Re: Landscape reports printed incorrectly

Posted: Fri Sep 11, 2015 10:52 am
by HighAley
Hello.

Sorry, but we don't see other ways to fix the issue.
As a workaround you could try to use WinForms methods to print reports.
The reports can have small difference from reports rendered in WPF.
You should render report with Render method instead of RenderWithWpf and use Print method to print the report.

Thank you.