Creating reports in C#!

Asked

Viewed 415 times

-1

Hello, I’m looking for a library/tool that lets you create reports in c#. There’s Fast Report and Crystal Reports but they both get paid... You wanted something Open Source/Free and you don’t need to have a lot of resources. Any hint?

  • you’re saying create LOG files?

  • I know only the Viewer report of the visual studio http://www.macoratti.net/17/02/rpv_vs17.htm. Now apart from it you can find generators in the iTextSharp code line for example. Well that’s basically it. https://github.com/itext/itextsharp

  • Take a look at this application and library. I’ve used her on a project of mine.

  • I recently used the Rotating, it generates a PDF from your View.

  • Possible duplicate of Generate PDF with Asp.Net MVC

1 answer

1

If you go to SQL Server you have Microsoft Sql Server Data Tools. You generate the report in the tool then integrate the rdls into your application.

Browser other questions tagged

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