Objects/Tables/Table 9651 Report Layout Selection
Table 9651 Report Layout Selection in 27
Jonas Paprotka, Base Application 27.5.46862.47359, checked
- App
- Base Application
- Namespace
- Microsoft.Foundation.Reporting
Fields, 7Keys, 1Procedures, 13Events, 1
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|
| 1 | Report ID | Integer | - |
| 2 | Report Name | Text[80] | - |
| 3 | Company Name | Text[30] | - |
| 4 | Type | Option | - |
| 6 | Custom Report Layout Code | Code[20] | - |
| 7 | Report Layout Description | Text[250] | - |
| 8 | Report Caption | Text[80] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Report ID, Company Name | - |
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|
| GetDefaultType | (Integer) | Integer | public | - |
| IsProcessingOnly | (Integer) | Boolean | public | Pending 25.0 |
| Moved to codeunit Report Management Helper |
| HasWordLayout | (Integer) | Boolean | public | - |
| HasCustomLayout | (Integer) | Integer | public | Pending 25.0 |
| Obsolete programming model. Replaced by HasExternalLayout |
| GetTempLayoutSelected | () | Code[20] | public | - |
| SetTempLayoutSelected | (Code[20]) | | public | - |
| SelectedBuiltinLayoutType | (Integer) | Integer | public | - |
| GetTempSelectedLayoutName | () | Text[250] | public | - |
| SetTempLayoutSelectedName | (Text[250], Guid) | | public | - |
| SetTempLayoutSelectedName | (Text[250]) | | public | - |
| ClearTempLayoutSelected | () | | public | - |
| HasLayoutOfType | (Integer, ReportLayoutType) | Boolean | internal | - |
| HasExternalLayout | (Integer) | Boolean | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeHasNormalCustomLayoutSelection | (Integer, var Integer, var Boolean, var Record Report Layout Selection) | Pending 25.0 |
| Obsolete programming model. Replaced by HasExternalLayout |