We use Dynamics 365 Sales Enterprise, but this has been an issue since CRM 2011.
When I create a report, I want to put the report name in the header. I should be able to use the global variable Globals!ReportName in a textbox.
In the Visual Studio / BIDS environment, when I Preview my report, it looks perfect. However, when I add the report to Dynamics 365 and run the report, I only see the report GUID and not the report name.
I don't want report developers to type in the name, I want to include the global value in a template.
Here's what the VS designer shows:
Here's the VS Preview:
Here's the Dynamics header:
Am I doing something wrong? Is there another step to get the Report Name to show in Dynamics without having to type it in every report?