Base solution for your next web application
Open Closed

Please suggest reporting tool #4979


User avatar
0
manojreddy created

I want to implement reporting features in UI like graphs, pie charts, tables, print report. Could you please suggest tools which are compatible with ABP framework.


6 Answer(s)
  • User Avatar
    0
    bbakermmc created

    Isnt that what the entire dashboard example is?

  • User Avatar
    0
    manojreddy created

    No, it’s like SSRS, Crystal reports and Active reports.

  • User Avatar
    0
    bbakermmc created

    No idea, our analytics people use Domo. If youre SQL based SSRS would be free. There telerik reporting, devexpress has one, probably any 3rd party toolset has a version. Again though, not sure why you wouldnt just make a dashboard then using some other format.

  • User Avatar
    0
    alper created
    Support Team

    Both Telerik and DevExpress has nice reporting tools.
    But it will be a good topic to discuss the best reporting tool for AspNet developers. (AspNet Zero team is not experienced in reporting tools.)

  • User Avatar
    0
    sais created

    You can use PowerBI. It has a free version on for the Cloud service. This will allow you to use the PowerBI API to create/update/delete datasets on the Fly. This way, you or your end-users can build dashboards that can be embedded in your app. We took this approach avoid needing a developer every time we need a new report done, instead, we subscribed to Entity events (using the system Bus), invoke a hangfire job to push the new/updated data to PowerBi via the API. Our end users are also using the free version of Power BI, so they are able to create their own reports.

    <a class="postlink" href="https://powerbi.microsoft.com/en-us/blog/tag/api/">https://powerbi.microsoft.com/en-us/blog/tag/api/</a>

  • User Avatar
    0
    daws created

    +1 for powerBI.

    i've coupled it with ODATA