EMS logo

Products Navigation

Advanced Excel Report

Our Partnership Status

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Excel Report

On-line Documentation

AddBand

 

 


Applies to

TEXLReportBands object

 

Declaration

function AddBand(BandType: TEXLReportBandType): TEXLReportBand;

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

xlrbtDetailFooter, xlrbtGroupFooter, xlrbtSummary);

 

Description

 

Use the AddBand method to add a band to the collection. Parameter BandType defines the type of the band.

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

 

 


See also:

TEXLReportBand object