Hello D365 Pros,
Little background my company is using Dynamics 365 Business Central On-Prem version. We had a developer create some custom reports for use using the report ID's 50,000 + for custom extensions.
I have a bit of a problem when adding a hyperlink into one of our custom sales invoices report. Using SQL Server 2016 Report Builder I want to edit a RDLC report. I created a copy of the original report so I could edit the layout. In the report I added a text box and as a test I added in some text saying Terms & Conditions. I then selected the text box > Text Box Properties > Action > Selected "Go to URL" and typed in https://google.com (as a test).

After that I saved it and closed the Report Builder and selected Yes to import the changes. After that I went to run the report and got the following error:

I found that in previous versions you could simply go to the Report Properties and set EnableHyperLinks to True as the default is False. Well I can't seem to find this option anywhere in the report properties inside of SQL Serve 2016 Report Builder when editing this RDLC report. I even checked the properties when selecting the text box.
Am I missing something very simple here?
Thanks