reporting services - How to make report on 2016 SSRS Report Server and upload it to 2014 SSRS Report Server? -


it seems there not backward compatibility option upload new version report older version server.

this 2 step process.

  1. on project properties page, set targetserverversion sqlserver 2008 r2, 2012 or 2014

enter image description here

  1. deploy bin folder of project. (if manually deploying/uploading).

when building report, vs2015 create rdl file in \bin directory targets correct version of ssrs

you can right click | deploy project if settings above have relevant values


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -