Printing

  • Thread starter Thread starter Darren
  • Start date Start date
D

Darren

Guys,

Based on selection in a datagrid,I need to retrieve info
to construct a letter from a table in my database and
send it off for printing.Now the thing is there may be a
few hundred letters to be printed.How do I accomplish
this in ASP.NET

Any examples/links would be appreciated
 
Now the thing is there may be a
few hundred letters to be printed.How do I accomplish
this in ASP.NET

Crystal Reports would be good for printed formatted reports.

Are you doing client side printing or server side printing?
 
I need client side printing,

I dont think I can use crystal reports, What other
alternatives are available for me

thanks
 
I dont think I can use crystal reports, What other
alternatives are available for me

Another possiblity is to use Microsoft Word and do a mail merge.

You can access Microsoft Word via the Office Interops.
 
I need client side printing,

I dont think I can use crystal reports, What other
alternatives are available for me

Crystal is included with VS.NET and has an HTML browser. It works great
because you can export the reports/letters as PDF thus allowing almost
perfect reproduction on the client side.
 
Back
Top