如何给iReport中的变量设置初始值?

发布于 2024-10-26 18:15:27 字数 163 浏览 1 评论 0原文

在 iReport 3.6.7 中,我尝试使用 Double 变量。我希望它的初始值为 00.00

目前尚未设置初始值,因此报表中显示null。如果没有明确指定值,如何使其具有初始值?

In iReport 3.6.7, I am trying to use a Double variable. I want it to have an initial value of 0 or 0.00.

At present, no initial value has been set, so it displays null in the report. How can I make it have an initial value if no value has been explicitly specified?

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

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

发布评论

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

评论(1

饮惑 2024-11-02 18:15:27

在 iReport 中执行此操作的方法如下:

  1. 单击“报表检查器”窗口中的变量
  2. 在“属性”窗口中,将初始值表达式设置为new Double(0.0)

Here's how to do it in iReport:

  1. Click on the variable on the Report Inspector window
  2. On the Properties window, set the Initial Value Expression to new Double(0.0)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文