Good open source Reporting tool/framework for WPF (C#)

22,733

Solution 1

Since this may form part of the answer, I thought of putting this in the answer section. I just found this series of article WPF multipage reports (note: original link dead, replaced with Wayback Machine link).

Thought of putting this here as this may benefit some other learner. This article walks through creating a reporting framework for LOB Apps.

As the saying goes "A Bird in the hand is worth two in the Bush", I will have a deep look at this until something else comes up with something better :)

Solution 2

Take a look at http://wpfreports.codeplex.com/

Solution 3

PdfReport is a code first reporting engine, which is built on top of the iTextSharp and EPPlus libraries. It's compatible with both .NET 3.5+ Web and Windows applications.

Solution 4

As open source, this doesn't exist, at least not yet. It probably doesn't exist commerical offering either. The WPF component market is just getting started.

Share:
22,733

Related videos on Youtube

rajesh pillai
Author by

rajesh pillai

Loves programming in c#, javascript, react, node.js, asp.net, sql server, SOA, AJAX, Jquery and the list goes on. I have about 20+ years of experience in the above technologies. Also I am the founder of Algorisys Technologies a startup mostly working with open source stack and analytics. I have some tech postings and tutorials on full stack at https://www.youtube.com/c/tekacademylabs/videos https://twitter.com/rajeshpillai I have a free coding/tech portal. Early access at https://teachyourselfcoding.com/

Updated on July 05, 2022

Comments

  • rajesh pillai
    rajesh pillai almost 2 years

    I am looking out for a good open source Reporting tool/framework for windows based application (WPF).

    The database I am using is sql server 2005.

    The typical reports format which I am interested is for e.g. Trial balance, balance sheet, etc (typical banking / finance reporting application).

    There should be good support for charting as well.

    If anyone has any experience with reporting for WPF application, your inputs will be highly appreciated.

    • meowmeow
      meowmeow over 15 years
      Does it need to be open source or could you use RDLC?
    • rajesh pillai
      rajesh pillai over 15 years
      I am looking for open source tool/framework.
  • rajesh pillai
    rajesh pillai over 15 years
    Yeah... But will wait for some time if anyone happens to come across some products.. It would be great to know about it. Thanks.
  • Dave Barker
    Dave Barker about 15 years
    Did you end up implementing this solution? I'm in a similar boat and looking for a WPF reporting framework.
  • Unknown Coder
    Unknown Coder over 14 years
    The solution at the provided link is not perfect, but its certainly better than most of the other stuff out there. It handles datagrids better than any other WPF-native solutions.