Hello, in my web application I have to develop lots of reports and I am using GoDaddy Shared hosting which doesn't supports Crystal Report.
So I found another solution by printing a div but problem with printing a div is that you cannot put header/footer on each page and cannot give page breaks.
So can anyone suggest me any FREE tool or code using which I can develop my reporting on asp.net web application.
Member
45 Points
429 Posts
FREE Reporting Tool
Jul 19, 2017 08:02 PM|ravininave|LINK
Hello, in my web application I have to develop lots of reports and I am using GoDaddy Shared hosting which doesn't supports Crystal Report.
So I found another solution by printing a div but problem with printing a div is that you cannot put header/footer on each page and cannot give page breaks.
So can anyone suggest me any FREE tool or code using which I can develop my reporting on asp.net web application.
Participant
1380 Points
608 Posts
Re: FREE Reporting Tool
Jul 19, 2017 10:11 PM|JBetancourt|LINK
if you dont mind generating the reports client side for security issues you can use pdfmake:
check the tables example where from page 3 to 4 how the headers are repeated on every page
http://pdfmake.org/playground.html
Please remember to click "Mark as Answer" the responsES that resolved your issue.