PC Review


Reply
Thread Tools Rate Thread

a 'clean' print on webform

 
 
CrazyCoder
Guest
Posts: n/a
 
      16th Dec 2003
Dear all,

I'm trying to find the solution where to print my reports without using IE's
print functions.
Most of my required report needs to print out 'clean' ......
I checked around with bundled Crystal Report, seems it isn't the right way.

Is there any printer object on my web apps at lease ?

Please suggest,
Thanks in advanced .
/crazy


 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      16th Dec 2003
When you are talking about printing report from web app, there is not many
choices if uses use standard browser as client. Everything you get from your
web app is contained in the browser. Any printing fuctionality that is
beyond browser's printing is either restricted by browser's settings
(especially, security settings), or required to install some components
(again, security setting may disallow the installation).

To print a better layout of a report, you can:

1. design a seperate web page layout for printing. When user clicks "Print"
link, redirect him to the page, so he can print from browser
2. user third party component. Typically, using Adobe Reader is the most
common choice, especially when your report is generated by CtystalReport.
Simply export report as *.pdf file at the server end and streams it off to
the browser. If the client has had Adobe Reader installed, the report in
*.pdf format will be displayed by Adobe Reader inside browser. Then user can
print/save from there. This way, you do not lose your fancy report design at
all. Only prerequisite: the client must have Adobe Reader installed
(fortunately, it is free, and it easy to install, and many users already
have it. You better provides a link to Adobe Reader download on your report
page, though). Use any other third party component, you would do the similar
things.

"CrazyCoder" <(E-Mail Removed)> wrote in message
news:OaV%23nX$(E-Mail Removed)...
> Dear all,
>
> I'm trying to find the solution where to print my reports without using

IE's
> print functions.
> Most of my required report needs to print out 'clean' ......
> I checked around with bundled Crystal Report, seems it isn't the right

way.
>
> Is there any printer object on my web apps at lease ?
>
> Please suggest,
> Thanks in advanced .
> /crazy
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving value from popup Webform to main Webform? =?Utf-8?B?Vk1J?= Microsoft ASP .NET 1 9th Oct 2006 06:15 PM
How to Schedule a WebForm to Print? petemo94@yahoo.com Microsoft C# .NET 1 7th Oct 2005 05:29 PM
How to print multiple tabs of a webform =?Utf-8?B?Um9i?= Microsoft ASP .NET 2 26th Sep 2005 09:01 PM
Print out webform Beffmans Microsoft ASP .NET 1 6th Jul 2005 11:18 AM
How to print webform in asp.net? Jan Liße Microsoft ASP .NET 0 26th Mar 2004 09:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:32 AM.