Add and keep comment in jrxml
Posted on April 28, 2022 at 8:19am
I would like to add documentation in my report. The documentation is intended for developers and does not need to show up in the report on the server and cannot be in the csv export we make of the report.
I have added comment like this:
<!-- comment -->
But it gets erased during upload.
Joined: Mar 28 2022 - 6:39am
Last seen: 3 weeks 3 days ago
Posted on April 28, 2022 at 11:51am
There are several options available:
1. Create an unused variable and store the comments there
2. Add a new band that is suppressed then put a static text with your comments there
3. Use a stored procedure to capture report details and added the comment there
Joined: Jun 10 2010 - 6:39am
Last seen: 3 hours 9 min ago