I have created a SSRS precision design report in VS 2010 implementing a Report contract and Report Data Provider classes within AX. The requirement is to include a report parameter (of type 'LanguageId') to allow the user to select the report language each time the Report is opened and this will display the correct label content.
I assumed this would be as simple as setting the Report language property to expression:
=Parameters!SSClientStatementsDP_ReportLanguage.Value
However this doesn't appear to work and the only way I have seen other developers implementing the language is via a controller class, which I don't have/need.

Has anyone managed to create a report in this way that can influence the report language?
*This post is locked for comments
I have the same question (0)