iReport
Report
Inspector –
Parameters-
these are the parameters which we send from outside the report like (in case of
java we send them as Hash map parameters) , there value remain same throughout
the report.
Fields- These are fields which are defined as same
name as in DATABASE COLOUMN or DATASOURCE object fields. They are generally
used in DETAIL band of reports and repeat there value according to the list
provide in datasource or column row in database.
Variable –
these are same as programming variable but only change is, we can change there
value in variable expression.
Title BAND –
Used for report title , Appear once in report life cycle
Page Header
BAND – Used to write page header, appear on every page of report.
Column
Header – Appear top of every column in detail band. detail fields are exactly
same left as static text of column headers.
Detail BAND-
Fields which are in this once repeated itself for all the values.
Summary
BAND- at last of report content of this band is printed.
NO DATA BAND
– When no datasource is available no data band is printed only if report
setting property for no data is no data band.