我们可以将 sql 查询字符串作为参数传递到报告中吗?
我们可以将 sql 查询字符串作为参数传递到 JasperReports 报告中吗?我希望查询字符串在运行时作为简单的 String 类型参数传递到报表中,并且该查询返回的字段可用于该报表;是否可以 ?
Can we pass an sql query string as a param into JasperReports report? I want the query string be passed as a simple String type parameter into the report at run-time and the fields returned by this query be available for this report; is it possible ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mannyee,当然可以,您可以传递形成的 SQL 查询。
它可以是这样的:
Mannyee, yes of course, you can pass the formed SQL query.
It can be something like this: