ReportLayout
| Field | NULL | Description | Note |
|---|---|---|---|
|
type integer |
The layout format
|
||
|
reportId string (GUID) |
The id of the report this layout belongs to | ||
|
name string |
The display name of the layout | ||
|
reportParts array of objects |
The report parts included in this layout | ||
|
printProperties dynamic object |
Print specifications and page margin settings | ||
|
header dynamic object |
Header text and variables | ||
|
titleDescription dynamic object |
The title and description block | ||
|
footer dynamic object |
Footer text and variables |
Inherited fields:
Entity
| Field | NULL | Description | Note |
|---|---|---|---|
|
id string (GUID) |
The id of this object Example: 572bd576-8c92-4901-ab2a-b16e38144813
|
Allow null incase insert a new entity | |
|
state integer |
The entity state of this object
|
||
|
deleted boolean |
Is this object deleted | ||
|
inserted boolean |
Is this object inserted | ||
|
version string |
Y | The version | |
|
created datetime in ISO 8601 format |
Y | The created datetime | |
|
createdBy string |
The creator | ||
|
modified datetime in ISO 8601 format |
Y | The modification datetime | |
|
modifiedBy string |
The user who last modified this object |