Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

I have a Database with 9 Fields, and I have a gridview.
Finally i have displayed all the 9 fields in gridview.

Now i need to print this Data which is in gridview.

I used Crystal reports to Print this data. BUT am in confusion to print the data.

So let me know how to create crystal reports and i need to print that particular data which is in crystal report.

Thanks,
Posted

print the gridview with javascript.
 
Share this answer
 
Comments
Syed SufiyanUddin 9-Apr-12 7:42am    
Please can u explain me in details, by the way am beginner to asp.net
Hi,

please check this link

thanks
-Amit.
 
Share this answer
 
Hi,

You can use ReportWizard to generate report and show it in a MicrosoftReportViewer control that has an inbuilt Print button to print its content. Following link will help

http://idpkshr.wordpress.com/2012/04/05/how-to-generate-report-from-sql-server-database-using-report-wizard-in-asp-net/[^]
 
Share this answer
 
Use Cristal report viewer..
Create report object...
give dataset/adapter to report source.
and use print dialog...
Crystal report all ready content print icon..

Best Regards...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900