[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Dynamic sub-reports

I tried the second method but this code drops the sub-report from all the sections. This is not what I need, I want to display ( and execute ) the sub-report for some sections and not for some others.
I'm using the same sub-reports for all the sections as the list of sections is retrieved from a SQL query. The context ( i.e. another SQL query ) determines if I need to execute the sub-report for each section.


I think that a property to not execute an item ( which would be similar to the "visible" property but without executing it ) is missing as we can't use a real sub-report method.

Thank you.