LiveReport
Defines which Adaptable Reports are 'Live' (i.e. will update the destination as data in Adaptable ticks or changes)
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| pageName | For OpenFin this is the workbook name; for iPushpull the page name |
| report | The underlying Report |
| reportDestination | Where the live data is being sent |
Property Details
pageName
For OpenFin this is the workbook name; for iPushpull the page name
TypeScript
pageName: string;Property Value
string
report
The underlying Report
TypeScript
report: Report;Property Value
reportDestination
Where the live data is being sent
TypeScript
reportDestination: 'OpenfinExcel' | 'ipushpull';Property Value
'OpenfinExcel' | 'ipushpull'