MS 报告格式化数字

发布于 2024-12-02 20:47:56 字数 187 浏览 0 评论 0原文

我有一个非常简单的问题,但我似乎没有得到正确的答案。 我有 MS 报告,我正在尝试格式化数字类型。 我正在尝试将以下 4500 格式化为 4.500 10000 看起来 10.000 150000000 看起来 150.000.000 我正在尝试使用 FormatNumber 方法,但我无法得到点,而是得到逗号,它应该是带有 .

有人帮忙吗?

I have a very simple question, but I don't seem to get it right.
I have MS Reports and I am trying to format numeric type.
I am trying to format the following 4500 to look 4.500
10000 to look 10.000
150000000 to look 150.000.000
I am trying to use FormatNumber method, but I can't get the dots, I get commas instead and it should be the dutch formatting which is with .

Anybody help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤君无依 2024-12-09 20:47:56

我相信这完全取决于报告上的区域设置。

您可以将区域设置设置为德语,执行以下操作:

要设置报表的区域设置:

  1. 在设计视图中,单击报表设计图面外部以选择报表。

  2. 在“属性”窗格中,对于“语言”属性,键入或选择要用于报告的语言。

更多信息请参见此处。

I believe this depends entirely on the locale setting on the report.

You can set the locale to German doing this:

To set the locale for a report:

  1. In Design view, click outside the report design surface to select the report.

  2. In the Properties pane, for the Language property, type or select the language that you want to use for the report.

More information here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文