NexJ Logo

Managing reports

Jaspersoft Studio Professional is used to create, save, and open report templates for use by JasperReports. When you are creating a new Jasper Report in Jaspersoft Studio Professional, and after you have selected your data adapter name from the Data Adapter drop-down, enter your query into the text area; for example, you can query a list of users using the following query:

(UserPerson (fullNameFirstLast firstName) () ((lastName . #t) (firstName . #t)))

When you have finished developing your report, save your report with a JRXML extension to a NexJ project folder, within the meta/jasperreports subdirectory, and integrate the report within your application as usual.