I need to use Devexpress Angular Document Viewer for the front-end side and Devexpress Reporting for the .NET Core API side. Currently, I have Angular 11.0.1 for the front-end and .NET Core 6 for API in an existing project. Which Devexpress version is compatible with my front and backend? I tried this command:
npm install devextreme@22.2-stable @devexpress/analytics-core@22.2-stable devexpress-reporting-angular@22.2-stable
But throws an error. I haven't purchased the Devexpress license yet, but want to try with trial version before purchasing. If it works, I have to go for getting a license. Has anybody tried the above combination?
I need to generate dynamic pdf by passing dynamic columns and format styles from the backend.