add a texture dynamically to a chart
we create a chart (polar chart) with bi publisher. We underly the chart with a texture, like:
.....<SFX fillType="FT_TEXTURE" textureURL="http://and_so_on.jpg" textureDisplayMode="TDM_STRETCHED"/> .....
this works fine.
But we must go a step further and define the texture dynamically, like:
.....<SFX fillType="FT_TEXTURE" textureURL=<?TEXTUREURL?> textureDisplayMode="TDM_STRETCHED"/> ....
where ?TEXTUREURL? is passed via the xml data file source for the report.
Is it possible to achieve this?
Kind Regards
Peter