使用birt脚本注意要点
When developing a BIRT report using the Eclipse Workbench, you can writecustom event handlers in either JavaScript and Java. When developing a BIRT report using the BIRT RCP Report Designer, you can write only JavaScript event handlers.
The integrated debugger only supports Java event handlers, notJavaScript event handlers.
If you have both a JavaScript and a Java event handler for the same event, BIRT uses the JavaScript handler.