OpenFinReport
An OpenFin report
TypeScript
export interface OpenFinReport extendsExtends
Properties
| Property | Description |
|---|---|
| ReportName | Name of Report (which will exist in the Export State) |
| IsReadOnly | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
ReportName
Name of Report (which will exist in the Export State)
TypeScript
ReportName: string;Property Value
string
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean