Online Documentation for Advanced Excel Report for RAD Studio

BandType                


Applies to

TEXLReportBand object

 

Declaration

property BandType: TEXLReportBandType;

TEXLReportBandType = (xlrbtTitle, xlrbtGroupHeader, xlrbtMasterData, xlrbtDetailHeader, xlrbtDetailData, 

xlrbtDetailFooter, xlrbtGroupFooter, xlrbtSummary);

 

Description

 

The BandType property indicates the type of the current band.

The following band types are available: Title, Group Header, MasterData, Detail Header, Detail Data, Detail Footer, Group Footer, and Summary.

This property is read-only.

 


See also:

Range property