Report_NewBand()

Examples


The Report_NewBand() creates a new band in the report.

Syntax

Report_NewBand(height)

Parameters

height – An integer specifying the height of the band. The height is measured in points.

Return value

The boolean value true.

Comments

The first band for a report starts in the upper left corner of the report, extends the width of the page, and has the height you specify. Any additional band you add starts immediately below the previous band.


Documentation Feedback