Wednesday, September 30, 2015

Refresh SSRS Report

There is this common problem encountered while working with SSRS reports and AX 2012. The report changes are not reflected on the SSRS Reports servers

I found a sequence of steps which if followed ensures that the Report is updated. These steps are as follows:
  1. Rebuild all on Visual Studio Project
  2. Add the project to AOT
  3. Right click the report on AOT and Restore
  4. Deploy element from AOT 
Hope for the best :-)