OpenFinReport

An OpenFin report

TypeScript
export interface OpenFinReport extends
Extends

AdaptableObject

Properties

PropertyTypeDescription
ReportNamestringName of Report (which will exist in the Export State)
IsReadOnlybooleanSets 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