java - Changing the design of the report at runtime in ireport -
can change design of report in ireport @ runtime.
to more specific , clear, if want appearance of table depends on data comes database @ runtime, if value exists table appear in report, otherwise don't want exist.
is possible?
for e.g.:
select field_1, field_2, field_3 csg_table xxxkey1 = "a_certain_value" , xxxkey2 = "a_cartain_value"
what if key xxxkey1 doesn't exists in database, dataset empty (but i've added table gets data db using query), if ireport doesn't allow me change design @ runtime table appear empty , don't want that!!
Comments
Post a Comment