ReportPart
| Field | NULL | Description | Note |
|---|---|---|---|
| title string | The title of the report part | ||
| positionX int | The position of the report part on X-axis | ||
| positionY int | The position of the report part on Y-axis | ||
| width string | The width of the report part | ||
| height int | The height of the report part | ||
| reportId string (GUID) | The id of the parent report | ||
| numberOfRecord integer | Y | The number of records to preview | |
| content string | The content of the report part, in json format | ||
| sourceId string (GUID) | Y | The id of the source report part, in case this is a copy |
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 |