Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have 5 subreports in my main report. Now my requirement is based on selection from UI i need to display combinations of reports. say: Main.jrxml sub1.jrxml sub2.jrxml sub3.hrxml

if user wants sub1 and sub3 in main how do i hide sub2?

Thanks,

share|improve this question

closed as not a real question by Alex K, Inbar Rose, Alex, Padma Kumar, middaparka Feb 25 at 9:18

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can hide the sub-reports by applying "Print When Expression" property of the report.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.