I'm using DynamicJasper to generate some reports on the fly and I'd like to use my .jrtx template. Is there a way to do that?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Yes, you can use
.jrtx
tempalte. I had used it for formatting the text in my report. Here's a sample file for your reference.Go to Report Inspector -> Styles -> Add -> Style Reference. You can add the
.jrtx
file here. Let me know if need any other help.