Hi,
Is there a supported or recommended way to mark/tag a report definition with a version number?
Currently, we use:
- reports created in the standalone designer, saved to *.trdp
- ASP.NET Core .NET 6 application, that:
- hosts the reporting REST service
- uses EFCore IDefinitionStorage based report storage
- has functionality to import *.trdp files into the database storage
It will be very useful to be able to automate the report import process on a deployment of the application so that it will only overwrite an existing report in the storage when it is a newer version.
Thanks.