This class contains the AggregateOptions panel that allows the user
to enter the aggregate options for the category column, and the
primary/secondary value column(s).
Applies the style information (font, font color, underline,
horizontal and vertical alignment, wrap, border) from another cell,
but width and height options are ignored.
A page that user specifies paramters for a parameterized chart
Typically, the use of a ParameterPage involves a ParameterPageWriter and the code is
as follows:
CODE93 -
Static variable in class quadbase.reportdesigner.util.BarcodeFormat
Coder - class quadbase.common.util.internal.Coder.
This class is used to encode/decode character strings
A string is encoded into another string using XOR with a code
string, and a checksum is appended to the end of the new string.
Coder() -
Constructor for class quadbase.common.util.internal.Coder
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
Previously we use CDATA to avoid escaping some characters, for example SQL statement
This cause problems for some foreign language, like Czech, which contains escape characters
that has to be parsed outside of the CDATA section.