I\'m passing a simple implementation of JRAbstractSvgRenderer (taken from the ireports pdf manual) as one of the parameters using JasperFillManager.fillReport.
I have a WPF TextBox, with the Text property bound to an int value (non nullable).When the form loads, the text box has a 0 in it.Is there any way to make this textbox default to empty?