I need help.
I want change all atributes in beforeFactory or initialize
I have
#FF0000
Custom
(#0.00)
right
col01
I can change color,textAlign,resultSetColumn
elemento="Data04"
myLabelHandle = reportContext.getReportRunnable().designHandle.getDesignHandle().findElement(elemento);
myLabelHandle.setStringProperty("resultSetColumn", "col02");
myLabelHandle.setStringProperty("color", "Red");
myLabelHandle.setStringProperty("textAlign", "left");
How can I change numberFormat/pattern ?
Antônio Carlos