I’m trying to deploy an update of a FetchXML SSRS report from one environment to another using a managed solution, but the report is not updating. I build SSRS reports using Visual Studio 2019 (with the required extensions). The RDL files are uploaded into our development environment. From there, I export the report into a managed solution and then import that solution into our production environment. I checked the content of the managed solution (by unzipping and inspecting the files) and verified that the updated report is included. After the import, I also checked the solution layers for the report and saw that it has only two solution layers: the original solution and the newly imported one (no unmanaged layer in the production environment). However, when I generate the report, I still see the first version. I also checked the report table with the SQL 4 CDS tool in the XrmToolBox. I checked the bodytext and originalbodytext columns, and they both contain the expected XML (the updated report). Doing a hard-refresh in browser also did not help. If I upload the file directly into the production, then it works.
Is there something I’m missing, or is this just a bug within the Dynamics platform?