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
-
- Posts: 18
- Joined: Mon Jan 22, 2007 11:51 am
- Location: Belgium
Print Size Problem
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.
We create our report in code and add different subreports using
Code: Select all
mainReport.SubReports.Add(subReport)
Print Size Problem
If you are use Popup Print Mode (default for StiWebViewer) then you need update to version 2007.2.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%
Thank you.