I am new to BIRT and have a question regarding chart title. Can someone tell me how to insert a report parameter in the chart title. I know I can write a script to declare a variable set to this.getreportelement.("element name") and then assign that variable a static value = getTitle().getCaption().SetValue("Some Text"). However, I can not figure out how to assign a report parameter to the chart title. It appears as though I can not use params["rptparameter"], so how would I go about this. I read something about reportcontext, but not an in depth example so I am stuck. Thank you.
↧