在 RCP 应用程序中为 Birt 创建自定义参数输入 UI

发布于 2024-12-09 14:44:14 字数 128 浏览 1 评论 0原文

我想在 RCP 应用程序中使用 BIRT。我需要允许用户输入参数值,并且要求参数输入 UI 必须可由用户自定义而无需编译。

构建自定义参数 JSP 页面并在嵌入式浏览器中显示它的唯一方法是吗?或者还有其他方法可以做到这一点吗?

I want to use BIRT in an RCP application. I'll need to allow the user to enter parameter values and it's a requirement that the parameter entry UI must be customizable by users without compilation.

Is the only way to build a custom parameter JSP page and show it in an embedded browser? Or are there other ways to do this?

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

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

发布评论

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

评论(1

孤寂小茶 2024-12-16 14:44:14

除了自定义 jsp 之外,您还可以构建自己的 SWT-UI,在 RCP 中询问参数值。您必须

  1. 通过 BIRTS API 解析 rptdesign 文件以检查参数类型
  2. 提示(例如自定义对话框),
  3. 然后使用输入的参数打开嵌入式浏览器(参数附加到 ReportViewer 的 URL),另请参阅 http://www.eclipse.org/birt/phoenix/deploy/viewerUsage.php#parameters

Besides the custom jsp, you can build your own SWT-UI that asks in your RCP for parameter values. You have to

  1. parse the rptdesign file by BIRTS API to examine the parameter-types
  2. prompt for example your custom dialog and
  3. afterwards opening an embedded browser with the entered parameters (the parameters are appended to the URL of the ReportViewer), see also http://www.eclipse.org/birt/phoenix/deploy/viewerUsage.php#parameters
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文