Hi,
We have implemented devexpress report in aspnetzero Core.
Requirement: DEVEXPRESS 18.2.4 (Local package)
Report: JSON Report
Thanks
57 Answer(s)
-
0
Hi @velu,
Thank you for sharing this project but as you know this website is public, everyone can see the shared links. In this way, you are sharing the source code of AspNet Zero with public. Because of that, I have removed the link you have shared.
if someone needs such an integration, they can write their contact info here and you can share the link with them privately.
Please also make the link private on your side :)
Thank you for your understanding.
-
0
Hello velu, thanks for sending your project. Since my project uses ASP.NET Core and jQuery, I would greatly appreciate it if you (or anyone in the community) could provide a project using these technologies instead of ASP.NET Core and Angular.
Thank you once more for your time and help,
Vasilis, vasilis@mgcode.gr
-
0
It would be a big help to see a functional DevExpress reporting integration if you're still willing to share this. Thanks!
-
0
There is a lot of interest for your work I see. Nicely done! As it turns out we also want to integrate DevExpress Reporting in our ASP.NET Core/Angular Zero solution. So if you can share with me your link that would be most appreciated.
Email : mark.easton2@bluescopesteel.com
Thanks again Mark
-
0
Hi Velu,
You are the man. Your solution is what I've been looking for. We used DevExpress controls a lot in our previous web projects but I haven't done integrating/implementing yet to ASP.NET Zero project. If you can share your project, this will be a lot of help.
Please send to my email: joey.javier@outlook.com
Thanks a lot.
Cheers, Joey Javier
-
0
could you please send to ricardo.carvalho@nrthree.com?
-
0
Hi there @Velu. I have just recently got Devexpress Reports working with our ASP.NET Zero Angular solution.
I simply did it by ceating a separate Webapp for the DevExpress Report server then in my Angular app working with that. In my main Webapp I keep a record of the reports generated in a Reports table, using the ReportUrl as the key.
So on client side i get a list of reports and then when the user wants to view or design the report - work with the DXReports app (and AzureStorage) to do that.
Id be very interested in seeing your integration. If you can share that with me at mark.easton.63@gmail.com, that would be great.
Cheers Mark
-
0
Hi @ismcagdas,
We have Integreted Devexpress Reporting and Devexpress File Upload using both control but we are stuck at displaying report on frontend, data is shown on devexpress print preview.
Currently, we are using Version. Asp.net Zero = 8.5 Devexpress Reporting - (Backend .net core)= 20.2.4 Devexpress Reporting - (Fronend Angular) = 18.2.4
"devexpress-reporting": "~18.2.4", "devexpress-reporting-angular": "~18.2.4", "devextreme": "20.2.4", "devextreme-angular": "20.2.4", "devextreme-aspnet-data": "^2.7.2", "devextreme-aspnet-data-nojquery": "^2.7.2",
Please find below the attachment of the error.