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.
如何使用 jasper 报告 api 在我的 java 程序中获取组标题部分。我必须使用其键从组标题部分获取一个元素,但我无法使用 jasper 报告 API 获取组标题部分。任何帮助!谢谢
JasperReport report = ...; report.getGroups(); // identify group by name JRGroup group = ...; group.getGroupHeaderSection();