Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,I have made a webpage of admit card.Now, I want Print 900 admit cards that are connected with sql database in single pdf file.My Current Problem is i have to Login of each candidate page and Print that is Long Process.I want 900 admit card in single pdf or any other format so that by single click i can print 900 cards.Urgently
Posted

1 solution

Create a RDLC report with the layout of your admit card. Bind items on the report to your DB. Then you can do the binding & export the report to PDF in code-behind to print it. To export to PDF refer to Exporting to Word/PDF using Microsoft Report (RDLC) without using Report Viewer.[^]
 
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