I have a SSRS report in AX 2012 with a parameter, where Values is set to "Unbound Values" (Non-queried). In the popup for adding values, I have added a couple of lines with a value and a label like the following:
Value: MainAccountId,
Label: =Labels!@SYS135766
But when I preview (or run the report from AX after deploying), the text "Labels!@SYS135766" is shown as label in the dropdown on the dialog (instead of "Main account").
I have also tried with "Labels!@SYS135766" and "@SYS135766", but with no luck.
Does anyone know how to get the label ID translated to a text using unbound parameter values?