Hi,
I could not find a way to create a "High Low" chart using DynamicJasper 3.1.5 (it is available in iReport). Is it possible to make such chart type?
Or, can this type of chart be simulated using some other chart type?
...
I would like to like to produce a Excel spreadsheet using DynamicJasper that computes subtotals of columns using formulas. For example:
Employee Department Expenses
----------------------------------------
Alice Sales $600.00
Bob IT $400.00
Charlie IT $450.00
...
Hello,
what I need to do is dynamically set column width:
something like
ColumnBuilder builder = ColumnBuilder.getNew().setWidth(x); but I actually don't know what x is when report is build. This "report template" will be used on many different queries and I don't know what will be the length of fields.
If you use builder without sett...
DynamicReport firstDynaRep = new DynamicReport();
firstDynaRep.setTemplateFileName("./landscape.jrxml");
firstDynaRep = firstReport.build();
DynamicReport not taking it as a template.
So the width of the page is not increased.
So is there any way to increase the width of the page in dynamicjasper report because i want the report in land...
Hello,
i have a problem of creating 1 group that "spand" over multiple colums in dynamicJasper. Example would be something like this:
i get data from base, which i can not change:
id1 id2 id3 id4 id5
1 Vega Steve 8,000.23 yes
1 Vega Steve 3,465.33 yes
2 Minson Mark ...
I need maven repository for DynamicJasper 3.1.2 or higher...
Thanks in advance!
...