Applies the style information (font, font color, underline,
horizontal and vertical alignment, wrap, border) from another cell,
but width and height options are ignored.
When calling the QbReport Constructor with a ColInfo[] parameter, the data mapping from a data source
to a report layout is set using this ColInfo class.
Rather than have the data take up only a portion of the page width,
and extend over multiple pages in length, user can wrap the columns
so that they will continue to the right of the original columns on the
first page of the report
Constructs DbData by parsing the data value argument in HTML page. The format for the String is the same as the data file format, except that each line is ended by a vertical bar "|".
Construct DbData by parsing the data value argument in HTML page. The format for the String is the same as the data file format, except that each line is ended by a vertical bar "|".
Define quadbase.reportdesigner.util.IFormat
Use the doubleValue() method in java.lang.Number to return a formatted string
If the target object is not an instance of Number, use the default toString() method
Defines quadbase.util.IFormat
Format the object if it is a instance of java.sql.Date, java.sql.Time or java.sql.Timestamp
Otherwise, return its toString() value
Returns the unformatted data used in this ReportColumn
If a cell contains a formula or script, getActualData returns the calculated
value instead of the the formula
Since calling getAllParameters on the main report gets all
parameters (including sub report parameters), calling the
sub report getAllParameters() is not supported and throws
an UnsupportedOperationException.
gets what java.awt.event.MouseEvent triggers the Canvas to go backward
(if available: after a forward link was triggered and the user wants to
go back to the previous page|link).
gets what java.awt.event.MouseEvent triggers the Canvas to go backward
(if available: after a forward link was triggered and the user wants to
go back to the previous page|link).
Looks through the columns of this table object and returns the number of
columns in the table, ignoring column break and column break aggregation columns.