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.
Returns all the failed scheduled job information include file name, job name, export time and
stack trace this method would search for Schedule.log or ERESSchedule.log and find all the
failed jobs.
Deprecated.Please use getTickerStep(int colIndex) The step size of ticker should equal step
size of grid, except after label filtering for date-time chart
Deprecated.use QbReport.getParameterPage(String,String,int,null) instead For parameterized
report, generate the html page for user to enter the parameters
Deprecated.use QbReport.getParameterPage(String,null,int,String) instead For parameterized
report, generate the html page for user to enter the parameters
Deprecated.use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page for user to enter the parameters
Deprecated.use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page body for user to enter the parameters
Deprecated.use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page body for user to enter the paramters
Deprecated.use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
Deprecated.use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
Deprecated.use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
Deprecated.use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
Deprecated.use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
Valid for horizontal lines and vertical lines only Get the line style of this line
Please see setLineStyles method in quadbase.util.IDataPointSet for the definition of line
style
method to get the minimum page height needed to export/draw a multiple page report
The minimum page height should be the maximum of the following: -- the page header height --
the page footer height -- the tallest element in the report -- the tallest element in the
subreport
plus the top and bottom margin height
For TXT export: Returns the newline delimiter: IDelimiterConstants.WINDOWS_NEWLINE,
IDelimiterConstants.MAC_NEWLINE, IDelimiterConstants.OTHERS_NEWLINE...
For Param report/ chart Email feature: get hashtable for param set name (key), and email
addresses (value) for example, "Param Set 1", new String[]{"peterL@quadbase.com",
"HenryP@quadbase.com"}
internal use only Gets the relative path to where the image can be found iff it is an DB
image (one that resides in the DBImages directory of the ER installation)
Returns alignment position for the stack section labels alignment position:
QbChart.TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, QbChart.TOP_ALIGNMENT_INSIDE,
QbChart.BOTTOM_ALIGNMENT_INSIDE
Returns task option:
ONE_TIME - export once
TIME_INTERVAL - export report after certain time interval
FIXEDDAYS - only export report in certain fixed days/ dates
Deprecated.use getBrowseDirectories().getReportTemplatesDirectory() instead.
Returns the templates directory. Open and save dialogs will initialize to this
directory.
Returns alignment position for the top labels alignment position: QbChart.TOP_ALIGNMENT,
CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, QbChart.TOP_ALIGNMENT_INSIDE,
QbChart.BOTTOM_ALIGNMENT_INSIDE
This method returns translucent value of the chart (between 0 to 1.0, Transparent to solid)
The default value is 0.5f For QbChart.OVERLAY, QbChart.RADAR ,2D QbChart.AREA and Stack
Area-Col Combo only
For Email feature: If you elect to send a link to the generated report, you will need to
specify an http path to the directory in which the report is generated.