Monday, March 19, 2012

How to add the multilanguage Feature to reports

Hello , I am asking how to add the multilanguage Feature to reports?Is there some feature like Localization in ASP.net?

Hi,

there isi no builtin functionality for that, you will have to do that all on your own. Reporting Services ist just for displaying data retrieved from the data source. YOu could implement something like a localization with passing the value to your own custom code / or assembly or you use a set of predefined values in a IIF expression:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSCREATE/htm/rcr_creating_building_v1_31bn.asp

HTH; Jens Suessmeyer.

http://www.sqlserver2005.de

No comments:

Post a Comment