IPushPullReport

An ipushpull report

TypeScript
export interface IPushPullReport extends
Extends

AdaptableObject

Properties

PropertyTypeDescription
Folderstringipushpull Folder which contains the Page
Pagestringipushpull Page which will contain the data
ReportNamestringName of the Report
IsReadOnlybooleanSets 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