I have a number of SSRS reports that are currently in 2016 schema and need to be converted to 2008 R2 schema upon build.
Does anyone know how I can achieve this? Is it actually possible to do this? Does Microsoft provide a tool for this purpose?
It is difficult to find information on this, so any help would be greatly appreciated!
Thanks all!
Target Server Version
in the project settings in Visual Studio. – DiathermicTarget Server Version
as required, the actual RDL build artefacts file(s) with the 2008R2/2012/2014 schema will be available in the projectbin
folder. This assumes that there are no 2016 specific features in the report or the build/deploy will fail. – Harvison