quick reference
 version 1.0.2
 
 

 
     
  A..D   E..L   O..S   T..Z

anchorNameExpression
areaChart
areaPlot
background
band
bar3DChart
bar3DPlot
barChart
barPlot
box
bubbleChart
bubblePlot
candlestickChart
candlestickPlot
categoryAxisLabelExpression
categoryDataset
categorySeries
chart
chartSubtitle
chartTitle
closeExpression
columnFooter
columnHeader
connectionExpression
dataset
dataSourceExpression
dateExpression
detail
defaultValueExpression

         
 anchorNameExpressiontop 
 If specified, it will supply the name of the local anchor that will mark to the corresponding element.
 
 CONTAINS ( #PCDATA )
 
 ATTRIBUTES
 
 areaCharttop 
 Defines an area chart
 
 CONTAINS ( chart, categoryDataset, areaPlot )
 
 ATTRIBUTES
 
 areaPlottop 
 Defines rendering options for an <areaChart>
 
 CONTAINS ( plot, categoryAxisLabelExpression?, valueAxisLabelExpression? )
 
 ATTRIBUTES
 
 backgroundtop 
 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
 
 bandtop 
 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
 
 bar3DCharttop 
 Defines a bar chart with 3D effect
 
 CONTAINS ( chart, categoryDataset, bar3DPlot )
 
 ATTRIBUTES
 
 bar3DPlottop 
 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
 
 barCharttop 
 Defines a bar chart. Dataset used with this chart is <categoryDataset>
 
 CONTAINS ( chart, categoryDataset, barPlot )
 
 ATTRIBUTES
 
 barPlottop 
 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
 
 boxtop 
 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
 
 bubbleCharttop 
 Creates a bubble chart
 
 CONTAINS ( chart, xyzDataset, bubblePlot )
 
 ATTRIBUTES
 
 bubblePlottop 
 Plot options for a <bubbleChart>
 
 CONTAINS ( plot, xAxisLabelExpression, yAxisLabelExpression )
 
 ATTRIBUTES
 
 scaleType
 Scale options for the bubble chart items
 BothAxes
 DomainAxis
 RangeAxis
 DEFAULT     RangeAxis
 
 candlestickCharttop 
 Creates a candlestick chart
 
 CONTAINS ( chart, highLowDataset, candlestickPlot )
 
 ATTRIBUTES
 
 candlestickPlottop 
 Plot options for a <candlestickChart>
 
 CONTAINS ( plot, timeAxisLabelExpression?, valueAxisLabelExpression )
 
 ATTRIBUTES
 
 isShowVolume
 Flag that enables showing volume values for a <candlestickChart>
 true
 false
 DEFAULT     true
 categoryAxisLabelExpressiontop 
 Expression that will be displayed on category axis
 
 CONTAINS ( #PCDATA )
 
 ATTRIBUTES
 
 categoryDatasettop 
 Creates a dataset with one or more series and values associated with categories
 
 CONTAINS ( dataset, categorySeries + )
 
 ATTRIBUTES
 
 categorySeriestop 
 Defines a series that will be mapped on the category axis
 
 CONTAINS ( seriesExpression, categoryExpression, valueExpression, labelExpression? )
 
 ATTRIBUTES
 
 charttop 
 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".
 
 chartSubtitletop 
 Subtitle of the chart
 
 CONTAINS ( font?, subtitleExpression? )
 
 ATTRIBUTES
 color
 Color of the subtitle text
 
 chartTitletop 
 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
 
 closeExpressiontop 
 Expression for the close value for <candlestickChart>
 
 CONTAINS ( #PCDATA )
 
 ATTRIBUTES
 
 columnFootertop 
 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
 
 columnHeadertop 
 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
 
 connectionExpressiontop 
 If present, it is used to pass the java.sql.Connection object to the subreport filling routines.
 
 CONTAINS ( #PCDATA )
 
 ATTRIBUTES
 
 datasettop 
 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
 
 dataSourceExpressiontop 
 If present, it is used to pass the net.sf.jasperreports.engine.JRDataSource object to the subreport filling routines.
 
 CONTAINS ( #PCDATA )
 
 ATTRIBUTES
 
 dateExpressiontop 
 Represents a date expression used in <time series chart>
 
 CONTAINS ( #PCDATA )
 
 ATTRIBUTES
 
 detailtop 
 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
 
 defaultValueExpressiontop 
 Specifies the parameter default value to use when not supplied by the parent application at runtime.
 
 CONTAINS ( #PCDATA )
 
 ATTRIBUTES
 

© 2005 JasperSoft Corporation www.jaspersoft.com