PDA

View Full Version : How to Localize the prompt Strings In SQL Report?


Hariom Pandey
10-08-2007, 08:43 PM
I am working on SQL Reports using Microsoft SQL Server 2005 Reporting Services.
These reports are intended to deploy in multilingual environment , for that purpose , each and every thing has to be formatted according to local culture.

1- I have Localized the Field Label by Custom Assembly through expression .

2- But unable to Localize the Prompt String.

3- At Report Designer , Report->Report Parameters , The Text given for Prompt does not evaluate the expression , if given "=User!Language" , it prints as it is next to prompt for corresponding parameter.

Is there any technique to provide the prompt string at runtime . May you help me in finding out the solution for this issue? Thanx in advance.