Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure Jasper Reports

NameDescriptionScreens (Click to view)
idMenu element unique id. Userview will use this id in the URL for the menu if the Custom ID is empty.

Figure 1: Jasper Reports Properties

Custom ID

Item link slug. Optional field.

Info
titleUnique field

Value defined here must be unique to the rest of the Userview Menus as the first matching name will be called upon.

LabelMenu label. Mandatory field.
Default Output
  • HTML
Export OptionsEnable export options at the bottom of the generated report.
Jasper Report Definition (JRXML)Paste your JRXML definition in XML here.
Use virtualizer for large report?If you are experiencing issue in generating of report, try checking this option.

Datasource

NameDescriptionScreens (Click to view)
Datasource
  • Default Datasource
  • Custom Datasource
If the default datasource is selected, the custom JDBC settings below will be ignored.

Figure 2: Jasper Reports Properties - Configure Datasource

Parameters

NameDescriptionScreens (Click to view)
 Parameters

If your Jasper Reports is expecting parameters, here's where you can map there.

NameDescription
Name

Jasper Reports parameter name.

Code Block
titleExample
group

Value

Hardcoded value and Hash variable is accepted here.

Code Block
titleExample
#requestParam.groupName#

Figure 3: Jasper Reports Properties - Report Parameters

UI

NameDescriptionScreens (Click to view)
Custom HeaderCustom Header in HTML.

Figure 4: Jasper Reports Properties - UI

Custom FooterCustom Footer in HTML

...