MS Reporting Services的区域设置

时间:2011-04-12 13:22:29

标签: reporting-services

我的报告显示小数字,如10,000,000.00,我希望显示如下10.000.000,00

Windows区域设置没问题,但我不知道MS Reporting Services的来源。

任何人都知道我需要在哪里配置?

3 个答案:

答案 0 :(得分:6)

默认情况下,设置来自本地服务器设置。

在每个报告中,您可以自定义此选项以提取浏览器设置。 You need to set the "Language" property to =User!Language

答案 1 :(得分:0)

字段格式:N2 和语言:欧洲之一

答案 2 :(得分:0)

您可能已尝试使用报告属性窗口。在属性下拉列表中选择Report对象,并将Localization language属性更改为您需要的属性。

这正确地改变了我的传入日期格式。