An ipushpull report

TypeScript
export interface IPushPullReport extends
Extends

AdaptableObject

Properties

PropertyDescription
Folderipushpull Folder which contains the Page
Pageipushpull Page which will contain the data
ReportNameName of the Report
IsReadOnlySets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

Property Details

Folder

ipushpull Folder which contains the Page

TypeScript
Folder: string;
Property Value

string

Page

ipushpull Page which will contain the data

TypeScript
Page: string;
Property Value

string

ReportName

Name of the Report

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