IPushPullReport
An ipushpull report
TypeScript
export interface IPushPullReport extendsExtends
Properties
| Property | Description |
|---|---|
| Folder | ipushpull Folder which contains the Page |
| Page | ipushpull Page which will contain the data |
| ReportName | Name of the Report |
| IsReadOnly | Sets 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