Print Size Problem

Stimulsoft Reports.NET discussion
Post Reply
putputty
Posts: 3
Joined: Sun Jun 10, 2007 9:28 am
Location: Thailand

Print Size Problem

Post 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


Dave Canto
Posts: 18
Joined: Mon Jan 22, 2007 11:51 am
Location: Belgium

Print Size Problem

Post 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)
.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Print Size Problem

Post 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.
Post Reply