I just realized that when a chart is created, it actually creates a JPEG in the ChartImages folder on the web server.
Is there any way to somehow automatically delete these images after the web page is rendered?
My fear is that the web server is going to fill up fast with these graphics because we have three or four on a page and several pages.
Thanks
codepenguin -
In the chart properties in the DeploymentScenario section the property: ImageURL can be set to 'thechartimagedirector'/thechartname.#EXT
This will create only one image and overwrite the same image every time one is created. Were #EXT represents the file extension of the image, which can be set using the ImageType property.
Just FYI
Patrick
You can even change the SEQNUM from 100 to something less....but I dont think its possible to delete.