Band Component
TQRBand. A generic band type, which can act in
different roles according to it BandType property. Usually there
is no need to drag a TQRBand onto a report. Instead use the Bands
property of TQuickRep, which creates TQRBand objects and sets their
band type in one go.
Headers, footers, details and so on are expressed in QuickReport
terms by the Band - TQRBand. To make a report one essentially combines
bands on a TQuickRep container.
The simplest way is to expand the Bands property of the QuickRep
component.
Additional bands can be placed on a report using the QRBand component.
The band’s properties can be set in design mode or at run-time.
The most important of these is the BandType which determines the
band’s printing behaviour.
|