| [birt-report-engine-dev] Problem with Setting Parameter from my java progam. |
Hi,
I have created a rptdesign document using eclipse BIRT designer which accesses my database table called employees.
I have specified the dataset query as follows:
select * from employees where employee_id = ?
The place holder will be replaced by the parameter specified in the parameter column.
I can preview the things from the eclipse using BIRT report viewer.
My problem is when i try ot using the API.
How can I set the parameter value for employee_id from my class?
I have used IGetPara...Task.setValue("employee_id", "101");
But an exception occures. What must I do?
- Arvind.