AddBand Method

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPReportBand

Declaration

function AddBand(Typ: Integer; Visibility: Integer): Integer;

Description

If this is a group paragraph, AddPar will add a new child band. If this is a data, header or footer band the new band will be added after the text of this band.

Parameters

Typ

Thy type for the new band, 0=data, 1=header, 2=footer and 3=group.

Visibility

For header and footer in first level (not children of a group) this controls on which pages a page header or page footer should be created: 0=All pages, 1=Odd, 2=Even, 3=First, 4=AllNotFirst, 5=OddNotFirst, 6=Hide.

For group header and footer this value controls the usage of this band. The following bit are used: Bit 1: dont use at start or end of group. Bit 2: also use between data groups.

Bit 5(value=16) can always be used. If this bet has been set the band can be selected and is only used if selected.

Returns

If no band was created 0 is returned, otherwise the ParPtr value of the created band paragraph.


[idh_iwpreportband_addband.htm]    Copyright © 2007 by WPCubed GmbH