Xbasic

Reporting::ReportExcelTemplate Class

Description

All the data pertaining to formatting Excel output for the data generation object.

Properties

styleSheetCharacter

Type "C". Stylesheet to use for generated excel spreadsheet.

Column

Type "Array of ReportExcelColumn". Column definitions for generated excel spreadsheet.

Band

Type "Array of ReportExcelBand". Band definitions for generated excel spreadsheet.

DisplayGridLinesLogical

Type "L". Turn on show for grid lines.

repeatRowStartNumeric

Type "N". Offset for first row

repeatRowCountNumeric

Type "N". Number of rows to lock at the top of the generated excel spreadsheet.

repeatColumnStartNumeric

Type "N". Which column to start repeat in generated Excel spreadsheet.

repeatColumnCountNumeric

Type "N". How many columns to repeat in generated excel spreadsheet.

Methods

AddColumn Method

Add a Column.

ColumnsFromString Method

Populate columns from a string.

ColumnsToString Method

Dump columns to string.

ColumnsWidth Method

Returns the cumulative width of the columns.

DeleteBand Method

Delete a Band.

DeleteColumn Method

Delete a Column.

FromString Method

Populate entire report excel template (stylesheet/bands/columns) from a single definition string.

InsertBand Method

Insert a new Band.

InsertColumn Method

Insert a new Column.

MoveBand Method

Move a block of Band items.

MoveColumn Method

Move a block of Column items.

PageFromString Method

Populate page properties from a string.

PageToString Method

Dump page to string.

ToString Method

Output representation of report excel template to a single definition string.

See Also