简体   繁体   中英

BIRT Reports - Traverse report elements

When opening a BIRT report inside Eclipse, you can see in the Outline view the report tree.

Is there a way to traverse the design just like that when having a ReportRunnable/DesignInstance available?

As far as I know you can get an element from the DesignInstance if you know the name of that element. I want to be able to traverse it no matter what. It is possible having elements with no name but only autogen IDs; so I would like to cover these cases by being able to traverse the report at runtime no matter what.

结束于:

designHandle.getBody().getContents().get(0);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM