LiveReport
Defines which Adaptable Reports are 'Live' (i.e. will update the destination as data in Adaptable ticks or changes)
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| pageName | string | For OpenFin this is the workbook name; for iPushpull the page name |
| report | Report | The underlying Report |
| reportDestination | 'OpenfinExcel' | 'ipushpull' | 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'