Generate reports in c#

Asked

Viewed 2,435 times

3

someone can tell me a free report generator for .Net. For example, in Java I know Jasper who is very good, but for . net I’m not finding anything.

What I need is a simple report, looking at a table of my.... You won’t even have images, but the only thing I need is for the title I put a gray background and have number of pages....

  • Friend, specify the type of report you want to generate.

  • Word, Excel....?

  • 1

    This type of question is difficult to answer here. You can even get a shopping list, but it has no meaning. At least the way the question is asked, you’re asking for baseless opinions.

  • I searched for "free C# report Builder" on google and came up with several links like this and this other. As @bigown said above, specify what type of generator, for what case and what you need, for example

  • @f. fujihara what he needed was to get out the one that the person views the report before printing, and then the person would print. No need to even generate file...

  • @Silva It seems to be very confused what Oce wants, my suggestion is that Oce show in a modal then. Since there will be no need to generate file, in a grid or anything like.

Show 1 more comment

2 answers

3

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

  • thank you very much... It worked out what you said...was really what I needed.... I will use the iTextSharp

  • @Silva To help mark the right answer

1

Try using simple type report StringBuilder and return values to an output profile.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.