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
375
Is there a way to save a Chart object in SQL Server
posted

Can you save the Chart object as a BLOB in SQL Server?  I dont want to show an image of the Chart, but want to show the actual Chart after users have tweaked some setting for it?

I know you can save it to a stream, but that requrires an image type.

Thanks in advance

 

George

Parents
No Data
Reply
  • 30692
    Verified Answer
    Offline posted

    SavePreset and LoadPreset will help you serialize and deserialize the parameterization of the chart, so look into them and see if they are a good fit for what you are trying to do. They create XML data that could stored in various BLOB/CLOB storage in your database. Let me know if you have more questions or something that you are trying to do isnt covered by these commands.

Children
No Data