ReportDetails
Query report details for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM ReportDetails
SELECT * FROM ReportDetails WHERE DocumentId=1
SELECT * FROM ReportDetails WHERE DocumentId=1 AND Id=3
Columns
| Name | Type | Description |
| DocumentId [KEY] | Integer | The document ID. |
| Id [KEY] | Integer | The report ID. |
| Name | String | The report name. |
| Reference | String | The report reference. |
| Section | String | The report section. |
| HasDataFilter | Bool | If has data filter. |
| HasDriller | Bool | If has driller. |
| ShowDataChanges | Bool | If data changes are displayed. |
| ShowFolding | Bool | If folding is displayed. |
| PaginationMode | String | The report pagination mode. |
| PageSettings | String | The page settings aggregate. |
| PageSettings_Records_Vertical | Int | The number of records vertically. |
| PageSettings_Records_Horizontal | Int | The number of records horizontally. |
| PageSettings_Scaling_Factor | Int | The scaling factor. |
| PageSettings_Format | String | The page format. |
| PageSettings_Format_PaperSizeId | String | The page paper size ID. |
| PageSettings_Format_Height | Int | The page height. |
| PageSettings_Format_Width | Int | The page width. |
| PageSettings_Format_Orientation | String | The page orientation. |
| PageSettings_Margins_Top | Int | The page top margin. |
| PageSettings_Margins_Bottom | Int | The page bottom margin. |
| PageSettings_Margins_Left | Int | The page left margin. |
| PageSettings_Margins_Right | Int | The page right margin. |
| Style | String | The style aggregate. |
| Style_HyperLinkColors_Link | String | The link color. |
| Style_HyperLinkColors_Active | String | The active link color. |
| Style_HyperLinkColors_Hover | String | The hover link color. |
| Style_HyperLinkColors_Visited | String | The visited link color. |