|
Deprecated Methods |
com.inet.report.CrossTabDescriptionSection.addLine(int, int, int, int)
As of i-net Crystal-Clear 9.2, replaced by CrossTabDescriptionSection.addHorizontalLine(int, int, int) and CrossTabDescriptionSection.addVerticalLine(int, int, int). |
com.inet.report.config.datasource.DataSourceConfiguration.checkConnection()
As of i-net Crystal-Clear 10.0, replaced by DataSourceConfiguration.validate() |
com.inet.report.Element.copyXML2()
As of i-net Crystal-Clear 9.2, simply use Element.copy() instead. |
com.inet.report.chart.plot.BarPlot.getBarMarginPercent()
As of i-net Clear Reports 11.0, replaced by BarPlot.getBarWidth() |
com.inet.report.ValueProperties.getBooleanFormatTypeFormula()
As of i-net Clear Reports 11.0, replaced by ValueProperties.getBooleanFormatOutputTypeFormula() |
com.inet.report.Engine.getDefaultSql()
As of i-net Crystal-Clear 10.0, use Engine.getDefaultSqlOfAllStatements(boolean) |
com.inet.report.ReportProperties.getLabelFormat()
As of i-net Clear Reports 11.0 new labels have been added to the i-net Designer which do not have a
format-part. Calling this for those labels will return an empty string. |
com.inet.report.schedule.Scheduler.getLogFile()
As of i-net Clear Reports 12.0 the scheduler always uses the logger from i-net Clear Reports. The returned file does not represent the file where i-net Clear Reports logs to. |
com.inet.report.schedule.Scheduler.getLogLevel()
As of i-net Clear Reports 12.0 the scheduler always uses the logger from i-net Clear Reports. The returned log-level does not represent the level from i-net Clear Reports logger. |
com.inet.report.AbstractValueElement.getRoundingDigits()
As of i-net Crystal-Clear 10, this has been replaced with AbstractValueElement.getRounding() |
com.inet.report.ValueProperties.getRoundingDigits()
As of i-net Crystal-Clear 10, this has been replaced with ValueProperties.getRounding() |
com.inet.report.AbstractValueElement.getRoundingType()
As of i-net Crystal-Clear 10, this has been replaced with AbstractValueElement.getRounding() |
com.inet.report.ValueProperties.getRoundingType()
As of i-net Crystal-Clear 10, this has been replaced with ValueProperties.getRounding() |
com.inet.report.AbstractValueElement.getRoundingTypeFormula()
As of i-net Crystal-Clear 10, this has been replaced with AbstractValueElement.getRoundingFormula() |
com.inet.report.ValueProperties.getRoundingTypeFormula()
As of i-net Crystal-Clear 10, this has been replaced with ValueProperties.getRoundingFormula() |
com.inet.report.Engine.getSproc(int)
As of i-net Crystal-Clear 10.1, use TableSource.getInputParameters() |
com.inet.report.Engine.getSprocs()
As of i-net Crystal-Clear 10.1, use TableSource.getInputParameters() |
com.inet.report.schedule.EmailAction.isAttachReport()
As of i-net Clear Reports 12.0 AttachReport will no longer be used. The Report will ever be attached. |
com.inet.report.Engine.isXml()
As of i-net Clear Reports, use ReportProperties.isCCFormat(). |
com.inet.report.RDC.loadEngine(File, BufferedReader)
As of i-net Crystal-Clear 9, RDC.loadEngine(URL, InputStream, String, Properties) should be used instead. |
com.inet.report.RDC.loadEngine(File, BufferedReader, Properties)
As of i-net Crystal-Clear 9, RDC.loadEngine(URL, InputStream, String, Properties) should be used instead. |
com.inet.report.RDC.loadEngine(File, BufferedReader, String)
As of i-net Crystal-Clear 9, RDC.loadEngine(URL, InputStream, String, Properties) should be used instead. |
com.inet.report.RDC.loadEngineFromDir(File)
As of i-net Crystal-Clear 10.0, replaced by RDC.loadEngine(File) |
com.inet.report.Paragraph.normalize()
As of i-net Crystal-Clear 9.1, replaced by Paragraph.normalize(boolean) |
com.inet.report.config.datasource.DataSourceConfigurationManager.openDataSourceConfigurationDialog(Frame, DataSourceConfiguration, String)
As of i-net Crystal-Clear 10.0, use DataSourceConfigurationManager.openDataSourceManagerDialog(Frame, DataSourceConfiguration) |
com.inet.report.schedule.Scheduler.removeTask(String)
As of i-net Clear Reports 12.0 the task's ID will be the primary key, use removeTask(Integer) instead. |
com.inet.report.schedule.EmailAction.setAttachReport(boolean)
As of i-net Clear Reports 12.0 AttachReport will no longer be used. The Report will ever be attached. |
com.inet.report.chart.plot.BarPlot.setBarMarginPercent(double)
As of i-net Clear Reports 11.0, replaced by BarPlot.setBarWidth(double) |
com.inet.report.Datasource.setConnection(Connection, Properties)
As of i-net Crystal-Clear 10.0 because this works for reports created with i-net Crystal-Clear version 6 or older, replaced by Datasource.setConnection(Connection).
To change the properties, you should modify the datasource configuration with the Datasource Manager. |
com.inet.viewer.ReportViewer.setCustomPromptEditor(String, CustomPromptEditor)
As of i-net Crystal-Clear 9, use ReportViewer.setCustomPromptEditor(String, int, CustomPromptEditor) instead. |
com.inet.report.ReportProperties.setLabelFormat(String)
As of i-net Clear Reports 11.0 new labels have been added to the i-net Designer which do not have a
format-part. Calling this for those labels will have no effect. To set a label it is sufficient to set name and
size. |
com.inet.report.chart.format.ChartFormat.setLocale(Locale)
As of i-net Crystal-Clear 9.2, replaced by ChartFormat.setFormatingProperties(FormatingProperties) |
com.inet.report.schedule.Scheduler.setLogFile(String)
As of i-net Clear Reports 12.0 the scheduler always uses the logger from i-net Clear Reports. Setting the log file here will not affect the logging of i-net Clear Reports and thus not the logging of the i-net Scheduler. |
com.inet.report.schedule.Scheduler.setLogLevel(int)
As of i-net Clear Reports 12.0 the scheduler always uses the logger from i-net Clear Reports. Setting the log-level here will not affect the logging if i-net Clear Reports and thus not the logging of the i-net Scheduler. |
com.inet.report.AbstractValueElement.setRoundingDigits(int)
As of i-net Crystal-Clear 10, this has been replaced with AbstractValueElement.setRounding(int) |
com.inet.report.ValueProperties.setRoundingDigits(int)
As of i-net Crystal-Clear 10, this has been replaced with ValueProperties.setRounding(int) |
com.inet.report.AbstractValueElement.setRoundingType(int)
As of i-net Crystal-Clear 10, this has been replaced with AbstractValueElement.setRounding(int) |
com.inet.report.ValueProperties.setRoundingType(int)
As of i-net Crystal-Clear 10, this has been replaced with ValueProperties.setRounding(int) |
com.inet.report.AbstractValueElement.setRoundingTypeFormula(FormulaField)
As of i-net Crystal-Clear 10, this has been replaced with AbstractValueElement.setRoundingFormula(FormulaField) |
com.inet.report.ValueProperties.setRoundingTypeFormula(FormulaField)
As of i-net Crystal-Clear 10, this has been replaced with ValueProperties.setRoundingFormula(FormulaField) |
com.inet.report.Engine.setSprocs(Vector)
As of i-net Crystal-Clear 10.1, use Engine.setSproc(String, int) |
com.inet.report.Datasource.setup(String)
As of i-net Crystal-Clear 9.0, replaced by Datasource.setDataSourceConfigurationName(String) |
com.inet.report.Datasource.setup(DataSourceConfiguration)
As of i-net Crystal-Clear 9.0, replaced by Datasource.setup(String) |