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)
-
0
Isnt that what the entire dashboard example is?
-
0
No, it’s like SSRS, Crystal reports and Active reports.
-
0
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.
-
0
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.) -
0
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>
-
0
+1 for powerBI.
i've coupled it with ODATA