Can we get a reporting page which is like .Net's Crystal report using iReport? That is I need to get the report inside the frame.
相关问题
- 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
Assuming you are using Swing, here is an example how to do it.
Edit:
Try getting the JasperViewer container and add that to the main JFrame or JPanel.
Bit of a hack job but it should do the trick.