Click to See Complete Forum and Search --> : Print Report in asp.net web application (Urgent!!!!!)


kohlimannu
July 5th, 2005, 04:07 AM
Hi Guru's

Ive created a report using crystal report of .net. now i want to print the report, but there is no print button as we have in desktop application in .net.
is there any way to print a report in web application.

exterminator
July 5th, 2005, 04:55 AM
Go through this (http://www.codeproject.com/aspnet/crCode.asp). I guess you could simply use the browsers print button too if you are displaying the clean report on the web. Anyways, the article at the mentioned link deals with all the things you might be interested in.

Cheers :thumb: