Page 1 of 1

Print Size Problem

Posted: Wed Sep 05, 2007 9:32 am
by putputty
I used asp.net and vb.net 2005.

I have StiWebViewer in my page that show report correctly. I also set the StiWebViewer to show the report at 60% (zoom).

The problem is the print size of the report. When I click print report icon in the toolbar, it's also print out at 60% too. Anybody know the way to set print out to 100% and also show the report in StiWebViewer at 60%

Thanks



Print Size Problem

Posted: Wed Sep 05, 2007 10:10 am
by Dave Canto
I'm having the same problem in Windows forms using StimulReport 2007.2. When we print the report from previewmode (StiPreviewControl) everything is ok. When we print directly without preview, the pages are scaled to 60% instead of 100%. This only happens for subreports. Regular reports are printed well.

We create our report in code and add different subreports using

Code: Select all

mainReport.SubReports.Add(subReport)
.

Print Size Problem

Posted: Wed Sep 05, 2007 2:25 pm
by Vital
putputty wrote:I used asp.net and vb.net 2005.

I have StiWebViewer in my page that show report correctly. I also set the StiWebViewer to show the report at 60% (zoom).

The problem is the print size of the report. When I click print report icon in the toolbar, it's also print out at 60% too. Anybody know the way to set print out to 100% and also show the report in StiWebViewer at 60%
If you are use Popup Print Mode (default for StiWebViewer) then you need update to version 2007.2.

Thank you.