We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.
All documentation
  • API Reference for older versions
  • open

    open()

    [starting from version: 1.6]

    Opens local report file. Use this API call to open the report JSON file from the local file system.

    Example

    pivot.open();
    /*
    * The component will provide the dialog box to choose the file
    * which supposed to be loaded from the local file system.
    * Select report JSON file to be loaded.
    */

    Open the example on JSFiddle.

    See also

    load
    save
    getReport
    setReport
    shareReport
    Save and restore the report