Re: [jasperreports-questions] dynamic xls report

2006-01-17 Thread Henrique Oliveira
Hi, yes, there. Use the crosstab. See example on http://jasperreports.sourceforge.net/samples/index.html Unfortunately yet not exist design graphic tool to draw the crosstab, but you can edit you xml and create it. Manuel Grau Aracil wrote: Hi! I need to make an excel report with dynamic fi

[jasperreports-questions] Setting style at run-time

2006-01-17 Thread Pushkar
I am using iReport 0.5.3 with JasperReports 1.1.1. I have defined a style in my report using iReport and applied it to some text fields (let's call this style 'col_header'). When I run the report from my java program, it works well and also shows the text fields with the applied style. Now, is the

Re: [jasperreports-questions] Empty image map value

2006-01-17 Thread Teodor Danciu
Hi, This was a bug and was fixed. http://sourceforge.net/forum/message.php?msg_id=3520710 Thank you, Teodor Kjetil Hoem wrote: Hi Teodor, JFreeChart is used for the chart generation if that is what you mean. I have not written any custom JRRenderable, and I thought it should be fairly stra

Re: [jasperreports-questions] Dynamic query, parameters question

2006-01-17 Thread Lucian Chirita
For the order by clause, you can use $P!{..} with a String parameter. The parameter passed and default values will be replaced in the query string before sending it to the JDBC driver. The default value should be a valid Java String expression. Regarding the society parameter, check the post