Hi, I have created several reports with ireport 5.1 and 5.2. when I use a pattern like this #, # # 0.00€ accepts correctly in the preview, but when I call the report from php like this:
$xml = simplexml_load_file("xxxx.jrxml");
$PHPJasperXML = new PHPJasperXML();
$PHPJasperXML->arrayParameter=array();
$PHPJasperXML->xml_dismantle($xml);
$PHPJasperXML->connect($server,$user,$pass,$db);
$PHPJasperXML->transferDBtoArray($server,$user,$pass,$db);
$PHPJasperXML->outpage("I");
in the browser or any pdf reader, numbers are displayed without any formatting.
Someone have any solution for this problem?
0 Answers:
No answers yet