Jason,
Thanks for the pointer to the example. It really helped.
My code is now rendering a chart into a JPanel using the SQL from the
design.
For the HTML emitter text reports I'll need to access and pass report
parameters.
Are there any java examples or pointers you can refer me to:
a) getting the parameter list defined within the rtpdesign file.
b) setting the paramter values via java code.
Thanks,
Stuart.
Jason Weathersby wrote:
Stuart,
I am not sure what you mean. I thought you were rendering to html.
If you are using the Chart engine standalone look at the
AutoDataBindingViewer example in the org.eclipse.birt.chart.examples
plugin. You can check it out of CVS.
Jason