Display Telerik Kendo UI Chart in a Telerik Reporting PictureBox item

Thread is closed for posting
1 posts, 0 answers
  1. F08C424B-1F8D-49EF-BC62-B2584BBA5BE5
    F08C424B-1F8D-49EF-BC62-B2584BBA5BE5 avatar
    5 posts
    Member since:
    Dec 2012

    Posted 05 Apr 2016 Link to this post

    Requirements

    Telerik Product and Version

    Telerik Kendo UI Q1 2016

    Telerik Reporting Q1 2016

    Supported Browsers and Platforms


    Components/Widgets used (JS frameworks, etc.)



    PROJECT DESCRIPTION 

    In general, reports are processed and rendered on the server. 
    The existing Telerik Kendo UI chart, loaded on the page, has to be saved on the server as image or byte[], which allows you to load it in a PictureBox item. The PictureBox.Value property can be set to server path to the image, byte[] or image object via expression containing the path as string, string report parameter, object, or user function.


    The available export options of Telerik Kendo UI Chart are illustrated in the Chart API / Advanced Export demo. To use the API the chart has to be rendered in browser. You can use Telerik Kendo UI Saving Files options to return the data saved as Base64 string to the server, which allows you to save images on the server. 

    The attached demo project illustrates an approach based on the above information.

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.