Generate reports in C #

3

Someone knows to tell me a free report generator for .Net. For example, in Java I know Jasper is very good, but for .NET I am not finding anything.

What I need is a simple report, looking at a table of mine .... You will not have any images, but the only thing I need is for the title to put a gray background and have a number of pages ....

    
asked by anonymous 24.06.2014 / 20:22

2 answers

3

I use iTextSharp and PDFSharp to generate reports, grids and requisitions, these two are the most popular for dotNet. One of them will solve your problem.

    
24.06.2014 / 20:34
1

Try to use the simple report type StringBuilder and return values to an exit profile .

    
27.06.2014 / 21:40