Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • 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

    flexmonster.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