Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix 143873 -- provide getMoreValues in ReportEngineService.

 

Summary:

 Fix 143873 -- provide getMoreValues in ReportEngineService.
- Bugzilla Bug (s) Resolved:
143873

- Description:

Provide getMoreValues(String, DesignElementHandle) in ReportEngineService. This method will traverse the design tree and get the nearest binding holder of the

given element. The nearest holder must be a table or list, and it has a distinct data set defined and column bindings set in it.


- Tests Description:

 Unit test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java;

 


Back to the top