Hello,
We are migrating a 100+ reports from Crystal Reports to Telerik as part of an app redo. The old app was a windows app, the new app is an Angular (12 or 13) app. We will have the Angular ReportViewer presenting the report. The server side is C# .net5 or .net6.
We are the beginning of the project and have been creating proof of concepts to ensure functionality and no surprises when integrating with the main app.
The back-end database is MS-SQL (any version, any edition supported).
Focusing on speed, least data transmitted from server to client, etc. AND without concern for parameters - what is the recommended DataSource choice?
We are capable of using any of the supported methods, we just don't know if any have advantages given the above critera.
Thanks in advance for any help.