ReportElements
Query report elements for a SAP Business Objects BI instance.
Select
The driver uses the SAP BusinessObjects BI API to process search criteria that refer to the DocumentId column. The driver processes other filters client-side within the driver. For example, the following queries are processed server side:
SELECT * FROM ReportElements
SELECT * FROM ReportElements WHERE DocumentId=1
SELECT * FROM ReportElements WHERE DocumentId=1 AND ReportId=3
Columns
| Name | Type | Description |
| DocumentId [KEY] | Integer | The document ID. |
| ReportId [KEY] | Integer | The report ID. |
| Id [KEY] | Integer | The element ID. |
| Reference | String | The element reference. |
| Name | String | The element name. |
| Type | String | The element type. |
| Position | String | The element position. |
| Size | String | The element size. |
| Padding | String | The element padding. |