Page 3 of 3
Proper way to print from Web.
Posted: Thu Jul 26, 2007 8:27 am
by fkmfkm
Pavel,
Thanks for your reply, but I think you got me wrong.
1. What I mean header was the header in IE. The one in the IE page setup, where the URL, page number etc etc.
2. I dont mean the preview. In the preview everything appears fully. But when I send it to an actual printer the right side got chopped off.
Please Help.
Proper way to print from Web.
Posted: Thu Jul 26, 2007 2:32 pm
by Vital
Sorry we can't control this parameters of IE from css or html.
Thank you.
Proper way to print from Web.
Posted: Sat Jul 28, 2007 12:49 am
by fkmfkm
How bout the cropping of the report on the right side ? Can this be set from STI report ? Or how do I work around it ?
Proper way to print from Web.
Posted: Mon Jul 30, 2007 1:18 am
by Edward
Could you send the asp page with your report to

for analysis, please?
Thank you.
Proper way to print from Web.
Posted: Tue Jul 31, 2007 2:35 am
by fkmfkm
The page has been sent to you.
Thank you.
Proper way to print from Web.
Posted: Tue Jul 31, 2007 7:04 am
by Edward
Thank you for the sample.
Please note that we can't control printing of the html page. The only solution I recommend is to set stiWebViewer.PrintDestination = Pdf.
Except this we cannot suggest any control of html printing.
Thank you.
Proper way to print from Web.
Posted: Wed Aug 01, 2007 6:23 am
by fkmfkm
Ok Thank you...
Did I do the right thing on the form for web reporting ? or is there a better way ?
Another question: Can I print to PDF without using the StiWebViewer ? In another word can I print directly from the StiWebReport ?
Proper way to print from Web.
Posted: Thu Aug 02, 2007 10:33 am
by Edward
Exists another way of printing via Pdf, via the following code:
StiReportResponse.ResponseAsPdf(this, report)
but the both methods are equivalent.
Thank you.
Proper way to print from Web.
Posted: Fri Aug 03, 2007 9:49 am
by fkmfkm
Edward,
Cool, this is exactly what i needed.
Thanks a lot.