In my report i have one report varibale(ie.global variable).I want to access it masterpage.How can access it in masterpage.In master page header,i have one text element with type as HTML,there i want to get this report variable.Also report variable value is not a constant.Its value is changing dynamically(ie value is reassigned in an event "Oncreate" of one of the dataset)Can anyone pls share syntax(eg: like <VALUE-OF>vars["abc"]</VALUE-OF>).
The <value-of> tag is what you'd use to call a global variable in a text box, but it seems you already know that. Can you be more specific about what you're trying to do? Just display a variable value? Or is it with other text? Also, what's your BIRT version?
ya.it is possible to access.But value is always constant.Same as that we given when creating reporting variable.As i mentioned in question,value is changing dynamically.That change is not reflecting Master page. If we use label field,then change is reflecting.But i cant able to use label,bcoz i want to embed html inside that.