Page 1 of 1

Print bugs

Posted: Thu Jul 28, 2011 5:53 am
by remzik
Hello

I discover two bugs while printing straight from ReportViewer without saving into other document's formats.

1. For example for printing report with only 4 Text components ReportViewer sents to printer 132 Mb (!!!) of data (pic.jpg in attached files). And imagine if it is not a local printer but network. How long will be a delay?

2. I created a report with A5 size and landscape orientation (Report.mrt in attached files). I need to print this report on a top half of A4 page (as in Report.xps in attached files). But ReportViewer rotates A4 page from portrait to landscape and scales the report to fit the A4 page, although I set no scale and portrait orientation in printer settings.

Print bugs

Posted: Thu Jul 28, 2011 8:44 am
by Vladimir
Hello,

1. The printing data size is large, because Flash Player can print only using the image. This is a limitation of Flash Player and on the current moment we cannot solve the problem.

2. At this moment there is an automatic identification of orientation. We've added a special option to disable this feature, please set it to false:

StiOptions.print.autoPageOrientation = false;

The update will be avaible in today's prerelease build.

Thank you.

Print bugs

Posted: Thu Aug 18, 2011 12:52 am
by remzik
Hello,

StiOptions.print.autoPageOrientation = false doesn't solve the second problem. Stimulsoft still stretch A5 page to A4 page. Plese add scale option.

Print bugs

Posted: Thu Aug 18, 2011 2:39 am
by Vladimir
Hello,

Unfortunately, it is a problem to implement this option, because different printers return different sizes of printing canvas for the same types of paper. If to implement the size factor option, it will also be different for different printers.

Thank you.

Print bugs

Posted: Mon Nov 28, 2011 12:27 pm
by haozh
I have same question,your means,i want to print page size A5,but it is awayls changeto A4.
"StiOptions.print.autoPageOrientation = false " i do not how to use it.
or your means to print A5 is impossibility ?

Print bugs

Posted: Tue Nov 29, 2011 3:29 am
by Vladimir
Hello,

Please specify what paper settings are set in the system print dialog?

Thank you.