Skip to content

getReportImage

devakumaraswamy edited this page Jan 21, 2020 · 2 revisions

getReportImage ⇒ string

Return the svg of the specified report(async)

Returns: string -

  • the svg of the report
Param Type Description
store object

restaf store

name string

name of the report

Notes

To use this function you must have done this at some point earlier in your code

let {reports} = await store.addServices('reports');
Clone this wiki locally