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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -