Hello,<br />
<br />
1/ I have try to develop my own birt plugin for adding a custom report item.<br />
<br />
I do the same thing that the rotated Label sample downloaded here : <br />
<br />
<a class='bbc_url' href='
http://www.actuate.com/products/products-resources.asp?ArticleId=11719'>http://www.actuate.com/products/products-resources.asp?ArticleId=11719</a><br />
<br />
<br />
I would like to add the Binding Tabname in my plugin in order to access data from a datasource in the method : <br />
<br />
public Object onRowSets(IRowSet[] rowSets) throws BirtException <br />
{ <br />
...<br />
}<br />
<br />
But I didn't know how can I add the binding tabname ? <br />
<br />
Anybody can help me ? <br />
<br />
I have only one tabname which is Properties<br />
<br />
2/ I have download the birt 2.3.0 source . <br />
Where Can I found the entire javadoc of birt ? ( which contain AttributePage and other classes ) <br />
Can I execute a command to generate the all javadoc ? <br />
<br />
Thanks