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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -