jadeReportWriterParamLiteral

jadeReportWriterParamLiteral(): String;

The jadeReportWriterParamLiteral method of the Application class is called automatically from the JADE Report Writer Designer application before a report is run. This method returns the literal to be reported when a JADE Report Writer parameter has had its "ignore in selection option" set (that is, you have checked the Ignore check box for that parameter on the Parameters sheet of the Report Properties dialog).

The jadeReportWriterParamLiteral method returns a null value (""), by default. To report an ignore status value, re-implement this method in your user schema to return an appropriate String value (for example, "<All>"), which will be reported instead of the parameter value when the parameter has the ignore status set. The String value returned by this method is used only if it is not null.