Numeric codes for defining data export types and formats
Export types include TAB and Comma delimited, formats include the number of decimal places to use. The numeric codes for report sections aren't designed to be bitshifted (they are mutually exclusive options) so they are not powers of 2. Formatting options may be use with bitwise addition etc.
Load ancillary functions
Formatting code: create an automatic total of the data for this column in the table
comma separated variable format
use a user-defined function to create report
output format is a delimited format like CSV
delimited output bitmask
bitmask for all export formats
Export using a PDF
tab separated variable format
create a complex data array using ArrayExport
bitmask for all exports using ArrayExport
create an HTML representation of the report using HTMLExport
bitmask for all exports using HTMLExport
Open the HTML in the existing window
Open the HTML in a new window
Formatting code: alignment descriptions
Formatting code: alignment bitmask
Formatting code: centre output
Formatting code: format value as date according to locale settings
Formatting code: format value as date-time according to locale settings
Formatting code: format to 1 decimal place, rounding appropriately
Formatting code: format to 2 decimal places, rounding appropriately
Formatting code: format to x decimal places bitmask
Formatting code: format to 1 decimal place, rounding appropriately
Formatting code: left-align output
Formatting code: format as money (use defined currency symbol and 2 decimal places)
Formatting code: format as a number
Formatting code: format as a number bitmask
Formatting code: right align output
Formatting code: format value as time according to locale settings
End of the report (HTML and PDF reports)
Data for the report page header area
Start of the section header for this part of the report
Start of the report (HTML and PDF reports)
End of data table (HTML and PDF reports)
Footer row in a data table (HTML and PDF reports)
Header row for the data table (HTML and PDF reports)
Data row in a data table (HTML and PDF reports)
Start a data table in the report (HTML and PDF reports)
Totals row in a data table (HTML and PDF reports)
convert a string name for an export into the defined numeric code
Documentation generated on Tue, 06 Mar 2007 10:01:26 +0000 by phpDocumentor 1.3.0