Click here to Skip to main content
15,900,653 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can we Generate a Report with out using RDLC

I have cs html Page, in that page i am showing table information with paging(Used Jquery Binding to table). Now i have the data in that page.

What ever i am showing in the page i should generate a pdf report/excel with all pages .

Is it possible , I know we can generate the current page as pdf or excel but not all pages because screen wont contain full page information
Posted

1 solution

you can use pdf generate library such as itextsharp to generate pdf, check below articles
Create/Read Advance PDF Report using iTextSharp in C# .NET: Part I[^]
Creating PDF documents with iTextSharp[^]
ones you familiar with itextsharp you can use it in your MVC application
How to return PDF to browser in MVC?[^]
 
Share this answer
 
Comments
JagadishBB 26-Jun-15 3:33am    
Thank you for the Solution...

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