|
|
|
|
|
anchorNameExpression | top |
| If specified, it will supply the name of the local anchor that will mark to the corresponding element. |
|
CONTAINS (
#PCDATA
) |
|
ATTRIBUTES |
|
areaChart | top |
| Defines an area chart |
|
CONTAINS (
chart,
categoryDataset,
areaPlot
) |
|
ATTRIBUTES |
|
areaPlot | top |
| Defines rendering options for an <areaChart> |
|
CONTAINS (
plot,
categoryAxisLabelExpression?,
valueAxisLabelExpression?
) |
|
ATTRIBUTES |
|
background | top |
| Definition of the page background section for this report. The background section is displayed on every page and cannot overflow to the next page. Elements placed on this section are evaluated at page initialization time and are displayed in the back. All other page elements are displayed on top of the background elements. This section allows creating watermark or other similar effects in documents. |
|
CONTAINS (
band?
) |
|
ATTRIBUTES |
|
band | top |
| Generic definition of a report section. |
|
CONTAINS (
printWhenExpression?, (
line |
rectangle |
ellipse |
image |
staticText |
textField |
subreport |
elementGroup
)*) |
|
ATTRIBUTES |
| height |
| Height of the band. |
| DEFAULT 0 |
| isSplitAllowed |
| Flag that indicates if the band is allowed to split when it stretches. |
| true |
| Page breaks are accepted within this band. |
| false |
| When the band stretches and it does not fit on the current page, the content of the band will be transferred on the next new page. On this new page the flag will be ignored since the band has to be displayed even there is not enough space to acquire the stretch. |
| DEFAULT true |
|
bar3DChart | top |
| Defines a bar chart with 3D effect |
|
CONTAINS (
chart,
categoryDataset,
bar3DPlot
) |
|
ATTRIBUTES |
|
bar3DPlot | top |
| Defines plot options for a bar chart with 3D effect |
|
CONTAINS (
plot,
categoryAxisLabelExpression?,
valueAxisLabelExpression?
) |
|
ATTRIBUTES |
|
| isShowLabels |
| Show labels flag |
| true |
| false |
| DEFAULT false |
| xOffset |
| Offset on the x axis |
| yOffset |
| Offset on the y axis |
|
barChart | top |
| Defines a bar chart. Dataset used with this chart is <categoryDataset> |
|
CONTAINS (
chart,
categoryDataset,
barPlot
) |
|
ATTRIBUTES |
|
barPlot | top |
| Plot options for a <barChart> |
|
CONTAINS (
plot,
category?,
valueAxisLabelExpression?
) |
|
ATTRIBUTES |
|
| isShowLabels |
| Show labels flag |
| true |
| false |
| DEFAULT false |
| isShowTickMarks |
| Show tick marks on the value axis |
| true |
| false |
| DEFAULT true |
| isShowTickLabels |
| Show tick labels on the value axis |
| true |
| false |
| DEFAULT true |
|
box | top |
| Element used to specify the common properties of a graphic object on the report (line, rectangle, ellipse or image). |
|
CONTAINS EMPTY |
|
ATTRIBUTES |
| border, topBorder, leftBorder, bottomBorder, rightBorder |
| Type of the border to draw around the element. |
| None |
| No border. |
| Thin |
| Thin border. |
| 1Point |
| Normal border. |
| 2Point |
| Medium border. |
| 4Point |
| Thick border. |
| Dotted |
| Dotted border. |
| DEFAULT None |
| borderColor, topBorderColor, leftBorderColor, bottomBorderColor, rightBorderColor |
| Color used to draw the specified border. |
| DEFAULT forecolor |
| padding, topPadding, leftPadding, bottomPadding, rightPadding |
| The amount of empty space between the border and the element's content. |
| DEFAULT 0 |
|
bubbleChart | top |
| Creates a bubble chart |
|
CONTAINS (
chart,
xyzDataset,
bubblePlot
) |
|
ATTRIBUTES |
|
bubblePlot | top |
| Plot options for a <bubbleChart> |
|
CONTAINS (
plot,
xAxisLabelExpression,
yAxisLabelExpression
) |
|
ATTRIBUTES |
|
| scaleType |
| Scale options for the bubble chart items |
| BothAxes |
| DomainAxis |
| RangeAxis |
| DEFAULT RangeAxis |
|
candlestickChart | top |
| Creates a candlestick chart |
|
CONTAINS (
chart,
highLowDataset,
candlestickPlot
) |
|
ATTRIBUTES |
|
candlestickPlot | top |
| Plot options for a <candlestickChart> |
|
CONTAINS (
plot,
timeAxisLabelExpression?,
valueAxisLabelExpression
) |
|
ATTRIBUTES |
|
| isShowVolume |
| Flag that enables showing volume values for a <candlestickChart> |
| true |
| false |
| DEFAULT true |
categoryAxisLabelExpression | top |
| Expression that will be displayed on category axis |
|
CONTAINS (
#PCDATA
) |
|
ATTRIBUTES |
|
categoryDataset | top |
| Creates a dataset with one or more series and values associated with categories |
|
CONTAINS (
dataset,
categorySeries +
) |
|
ATTRIBUTES |
|
categorySeries | top |
| Defines a series that will be mapped on the category axis |
|
CONTAINS (
seriesExpression,
categoryExpression,
valueExpression,
labelExpression?
) |
|
ATTRIBUTES |
|
chart | top |
| Defines a chart report element |
|
CONTAINS (
reportElement,
box?,
chartTitle?,
chartSubtitle?
) |
|
ATTRIBUTES |
| isShowLegend |
| Show legend flag |
| true |
| false |
| DEFAULT true |
| evaluationTime |
| The image to be printed is supplied by the associated expression. This expression can be evaluated at a specified moment. This could be useful, for example, when we want to have on the first page a chart that will be generated only after fetching all the data source rows. |
| Now |
| The chart is rendered when filling the current band (section). |
| Report |
| The chart is rendered when reaching the end of the report. |
| Page |
| The chart is rendered when reaching the end of the current page. |
| Column |
| The chart is rendered when reaching the end of the current column. |
| Group |
| The chart is rendered when the group specified by the evaluationGroup attribute changes. |
| Band |
| The chart is rendered after the parent band has finished rendering all the other elements. |
| DEFAULT Now |
| evaluationGroup |
| Used to specify the group at which to render the chart, when evaluationTime is "Group". |
|
chartSubtitle | top |
| Subtitle of the chart |
|
CONTAINS (
font?,
subtitleExpression?
) |
|
ATTRIBUTES |
| color |
| Color of the subtitle text |
|
chartTitle | top |
| Title text of the chart |
|
CONTAINS (
font?,
titleExpression?
) |
|
ATTRIBUTES |
| position |
| Position of the title |
| Top |
| Bottom |
| Left |
| Right |
| DEFAULT Top |
| color |
| Color of the title text |
|
closeExpression | top |
| Expression for the close value for <candlestickChart> |
|
CONTAINS (
#PCDATA
) |
|
ATTRIBUTES |
|
columnFooter | top |
| Definition of the column footer section for this report. The column footer is printed at the bottom of each column on the report. If the report's column count is 1, column header and footer sections are ignored. |
|
CONTAINS (
band?
) |
|
ATTRIBUTES |
|
columnHeader | top |
| Definition of the column header section for this report. The column header is printed at the beginning of each column on the report. If the report's column count is 1, column header and footer sections are ignored. |
|
CONTAINS (
band?
) |
|
ATTRIBUTES |
|
connectionExpression | top |
| If present, it is used to pass the java.sql.Connection object to the subreport filling routines. |
|
CONTAINS (
#PCDATA
) |
|
ATTRIBUTES |
|
dataset | top |
| Dataset definition for a chart |
|
CONTAINS (
EMPTY
) |
|
ATTRIBUTES |
|
| resetType |
| Reset type for the dataset |
| None |
| Report |
| Page |
| Column |
| Group |
| DEFAULT Report |
| resetGroup |
| Reset group name |
| incrementType |
| incrementType description |
| None |
| Report |
| Page |
| Column |
| Group |
| DEFAULT Report |
| incrementGroup |
| Increment group of the dataset |
|
dataSourceExpression | top |
| If present, it is used to pass the net.sf.jasperreports.engine.JRDataSource object to the subreport filling routines. |
|
CONTAINS (
#PCDATA
) |
|
ATTRIBUTES |
|
dateExpression | top |
| Represents a date expression used in <time series chart> |
|
CONTAINS (
#PCDATA
) |
|
ATTRIBUTES |
|
detail | top |
| Definition of the detail section for this report. The detail section is repeted for each line of data supplied by the report's data source. |
|
CONTAINS (
band?
) |
|
ATTRIBUTES |
|
defaultValueExpression | top |
| Specifies the parameter default value to use when not supplied by the parent application at runtime. |
|
CONTAINS (
#PCDATA
) |
|
ATTRIBUTES |
|