如何防止 Stimulsoft 报告中的数字自动舍入?

How do I prevent the automatic rounding of numbers in the Stimulsoft report?

我使用的是最新版本的 Stimulsoft 和 C#。我有一个从 SQL 服务器数据库获取数据并显示它的报告。

我的问题是它在没有我调整的情况下四舍五入,像这样:

123,456,789 => 123,456,792

我的专栏在SQL 服务器:

在 Stimulsoft 中:

我尝试了什么:

{IIF(Floor(MyTable.Price)==MyTable.Price,Floor(MyTable.Price),MyTable.Price)}

None 他们工作了...

请帮忙

在 Stimulsoft 内部,将价格列的类型从浮点型更改为小数型。 那么如果你想设置格式 使用这种格式类型: #,#0.#,#,#,#,#