Xbasic

Reporting::ReportDataGroup Class

Description

Group definiton for report data object.

Properties

nameCharacter

Type "C". Report group logical name.

group_nameCharacter

Type "C". Logical name for group (to reference in summary expressions).

break_expressionCharacter

Type "C". Expression to break on.

order_expressionCharacter

Type "C". Optional expression to order on.

filter_expressionCharacter

Type "C". Optional expression to filter on.

headerReportDataSection

Type "ReportDataSection". Header fields to define.

Reporting::ReportDataSection Class
footerReportDataSection

Type "ReportDataSection". Footer fields to define.

Reporting::ReportDataSection Class
children

Type "Array of ReportDataGroup". Child group definitons.

Methods

Addchildren Method

Add children.

AddGroup Method

Add a child group to the section.

Deletechildren Method

Delete children.

FindGroup Method

Find group by name.

Insertchildren Method

Insert new children.

Movechildren Method

Move a block of children items.

See Also