Hello, we're in the process of migrating from Oracle Reports (since it's no longer supported) and are evaluating Telerik Reporting as a solution. After looking up the the Standalone editor and make a few POC reports, we have a few questions.
For reference :
- we have ~700 reports that we will migrate over time. They all are "static" reports, meaning that we only want to produce a PDF that will be downloaded by the user at the click of a button.
- we don't intend to use the Telerik Report Server solution.
- we want our reports to consume a REST url to get the needed data (which will return a JSON). Which means we probably will have a REST url for each report.
Here are our questions :
- What's the difference between the .NET Framework and .NET 6 standalone executables ? Why use one or the other ? Are the report files (.TRDP/.TRDX) produced identical between the two ?
- When upgrading Telerik Reporting, we understand that we have to be careful about the version and it's changes. What about the report files ? Do we have to "upgrade" each and every one of them manually each time we upgrade Telerik Reporting ? With ~700 reports, it would be way too much time consuming.
- Our development workflow would be the following. Are there any catch we should be aware ? Is it feasible ?
- Create a REST url for the new report
- Create the new report with the standalone editor and set it's datasource with the newly created REST url
- Push the report on a custom report server
- Implement the call to the report in our application
Lastly, what's the best practice for the report versioning ? We'd like to use a GIT to store our report files and show diffs between each revision. I understand I would not be possible with a .TRDP since it's an archive, so should we save and store our report file as .TRDX to achieve this ?
Thanks a lot for your help !