JasperReportEngineConfigurationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Configuration of jasper-based reports.
Item Summary  
Name Type Multiplicity Description
reportType property
JasperReportTypeType
[0,1] Specifies type of the report. 
parent property
boolean
[0,1] Indicates whether this report is a parent report or subreport. 
subreport property
SubreportType
[0,-1] Reference to subreport. 
template property
base64Binary
[0,1] Report template. 
templateStyle property
base64Binary
[0,1] Report style template. 
orientation property
OrientationType
[0,1] Report page orientation (portrait/landscape). 
export property
JasperExportType
[0,1] Report output file format. 
useHibernateSession property
boolean
[0,1] This item is specific to JasperRepors. 
dataSource property
DataSourceType
[0,1] This item is specific to JasperRepors. 
field property
ReportFieldConfigurationType
[0,-1] Columns user definition. 
configuration container
ReportConfigurationType
[0,1] Report configuration based on report configuration schema. 
configurationSchema container
XmlSchemaType
[0,1] This element contains the XSD-formatted definition of schema. 
virtualizer property
string
[0,1] Optional name of Jasper virtualizer class. 
virtualizerKickOn property
int
[0,1] Number of pages after Jasper virtualizer kicks on. 
maxPages property
int
[0,1] Number of pages after Jasper cancels report execution. 
timeout property
int
[0,1] Timeout in [ms] after Jasper cancels report execution.