ReportColumn

A Column exported in a Report

TypeScript
export interface ReportColumn extends
Extends

AdaptableColumnBase

Properties

PropertyTypeDescription
fieldstringField in the row to get cell data from; defaults to columnId
IsReadOnlybooleanSets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

Property Details

field

Field in the row to get cell data from; defaults to columnId

TypeScript
field?: string;
Property Value

string

IsReadOnly

Inherited from AdaptableObject

Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

TypeScript
IsReadOnly?: boolean;
Property Value

boolean