Xbasic

Reporting::ReportExcelBand Class

Description

Excel formatting for a report band.

Properties

NameCharacter

Type "C". Name of band

Element

Type "Array of ReportExcelElement". Pointer to row definitons

Condition

Type "Array of ReportExcelCondition". Condition to to display this format.

Methods

AddElement Method

Add a Element.

Append Method

Append elements from another band.

DeleteCondition Method

Delete a Condition.

DeleteElement Method

Delete a Element.

FromString Method

Create excel band from a string.

InsertCondition Method

Insert a new Condition.

InsertElement Method

Insert a new Element.

MoveCondition Method

Move a block of Condition items.

MoveElement Method

Move a block of Element items.

ToString Method

Convert band to String.

See Also