// create a dataset settings var settings = aqua.report.newReportDataSetSettings(); settings.setTitle("Report with custom settings"); settings.setColumnNumericFormat(18,"$#,##0.00"); settings.setAltRowBackgroundColor("FF0000"); settings.setShowAltRowColor(false); settings.setColumnBackgroundColor("Profit", 232, 204, 215); settings.setColumnBackgroundColor("Tax Amount", 245, 222, 179); settings.setColumnBackgroundColor("State",245, 222, 179); settings.setColumnForegroundColor(2,243,123,124); var bg = settings.getColumnBackgroundColorRGB(1); aqua.console.println(bg);
![]() |
1 KB
|
230 KB
These methods should not throw NPE. I fixed them so they return either null or default foreground/background color.
Issue #15297 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 19.0.0-alpha-25 |
No time estimate |
These methods should not throw NPE. I fixed them so they return either null or default foreground/background color.