Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 185898

Summary: ReportItemHandle needs to add two method: getAvailableDataBindingReferenceList and getDataBindingType.
Product: z_Archived Reporter: Chen Chao <cchen>
Component: BIRTAssignee: Jiaying Liu <jliu>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: rlu
Version: 2.2.0   
Target Milestone: 2.2.0 RC0   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 181455    

Description Chen Chao CLA 2007-05-08 01:59:56 EDT
ReportItemHandle needs to add two method: getAvailableDataBindingReferenceList and getDataBindingType.

The first method provider the available ReportItem list of DataBindingReference.

The second method provider the type of the DataBinding.
Comment 1 Rick Lu CLA 2007-05-08 02:42:53 EDT
This is a RC0 feature.
Comment 2 Rick Lu CLA 2007-05-08 03:08:12 EDT
This feature includes two parts:

1. getDataBindingType() returns NONE, DATA_SET, REPORT_ITEM_REF three types. Constants are defined in ReportItemHandle.

2. getAvailableDataBindingReferenceList() returns report items that has data set property defined. That is, data set property is set locally and data binding ref property is null. ReportItem in the design are all applicable.
Comment 3 Jiaying Liu CLA 2007-05-11 05:50:04 EDT
Fixed.