Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Auto-delete Chart generated images?
posted

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

Parents
No Data
Reply
  • 2211
    posted

    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

Children