-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?
-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?
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 c# .net report
You are not signed in. Login or sign up in order to post.
you’re saying create LOG files?
– isaque
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
– Roberto
Take a look at this application and library. I’ve used her on a project of mine.
– gato
I recently used the Rotating, it generates a PDF from your
View
.– Vinicius
Possible duplicate of Generate PDF with Asp.Net MVC
– Vinicius