I have compiled report (.jasper
file). I need to get some info from that object (for example report name). How to do that ? If I could create JasperReport object, i can call getName()
method on it, but I don't know how.
相关问题
- 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
You can get the JasperReport object by doing:
from there you can get the name by doing: