Missing Report Designer in Dynamics 365 Finance and Operations Development environment
Platform Update 37 (10.0.13) Development environments include an update to Visual Studio 2017. However, when I attempted to create an SSRS report with a precision design, I discovered that the Report Designer was no longer installed by default in the environment. When you select to Edit Using Designer on the precision design, the report will show in XML format.
You also may get a dialog to recommend that you download Microsoft RDLC Report designer from the Marketplace. However, if you click on Yes, it will take you to a site to download a zip file for the report designer but not an obvious way to install it.
I would recommend saying No to this dialog and perform the following steps to install the extension.
- In Visual Studio 2017, click on Tools | Extensions and Updates…
- Click into the Online tab on the left and enter RDLC in the search. That will bring up the Microsoft RDLC Report Designer extension.
- Click on Download. You should see a message at the bottom of the form that your changes will be applied the next time Visual Studio is closed.
- Close the Extension and Update
- Close Visual Studio. You should then see an Installer run and ask if you want to install the RDLC extension.
- Click on Modify to install the extension.
Once the installation is complete, you should now be able to reopen Visual Studio 2017 and reopen your report project. The report designer should now show properly when selecting Edit Using Designer on the Precision design.
You do still have Visual Studio 2015 installed in the environment. However, it will also have the same issue as Visual Studio 2017. The Microsoft RDLC Report extension does not appear to be available for Visual Studio 2015.
Comments
-
Thanks for the post. I followed these steps, but when I right-click a design in a report and click "Edit Using Designer...", I get a message stating "Do you want to convert this report to the latest RDLC format? Please click OK to proceed or Cancel to open it in the XML editor." The report is a copy of a standard report in D365FO.
*This post is locked for comments