Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,当导出为 excel 格式时,我需要在我的报告中添加下拉元素。Dropdown 有 2 个值是或否。生成报告后,用户可以查看下拉列表并从下拉列表中选择是或否。有没有办法在 jasper 报告或 iReport 中添加下拉元素?
如果您在 HTML 页面上显示报告,比如通过 JSP,那么是的,您当然可以添加一个下拉列表。很大程度上取决于您如何呈现报告。