---
title: "Table 9651 Report Layout Selection"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/9651-report-layout-selection/
type: table
id: 9651
name: "Report Layout Selection"
app: "Base Application"
namespace: Microsoft.Foundation.Reporting
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/9651-report-layout-selection/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 9651 Report Layout Selection

Jonas Paprotka, https://jonas-paprotka.de/ref/table/9651-report-layout-selection/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Foundation.Reporting |
| Versions | 17-28 |
| Source file | Foundation/Reporting/ReportLayoutSelection.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Report ID | Integer | 17-28 | - | - |
| 2 | Report Name | Text[80] | 17-28 | - | - |
| 3 | Company Name | Text[30] | 17-28 | - | - |
| 4 | Type | Option | 17-28 | - | - |
| 6 | Custom Report Layout Code | Code[20] | 17-28 | - | - |
| 7 | Report Layout Description | Text[250] | 17-28 | - | - |
| 8 | Report Caption | Text[80] | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Report ID, Company Name | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetDefaultType | (Integer) | Integer | public | 17-28 | - | - |
| IsProcessingOnly | (Integer) | Boolean | public | 17-27 | Pending 25.0 | Moved to codeunit Report Management Helper |
| HasWordLayout | (Integer) | Boolean | public | 17-28 | - | - |
| HasCustomLayout | (Integer) | Integer | public | 17-27 | Pending 25.0 | Obsolete programming model. Replaced by HasExternalLayout |
| GetTempLayoutSelected | () | Code[20] | public | 17-28 | - | - |
| SetTempLayoutSelected | (Code[20]) | - | public | 17-28 | - | - |
| SelectedBuiltinLayoutType | (Integer) | Integer | public | 20-28 | - | - |
| GetTempSelectedLayoutName | () | Text[250] | public | 23-28 | - | - |
| SetTempLayoutSelectedName | (Text[250], Guid) | - | public | 23-28 | - | - |
| SetTempLayoutSelectedName | (Text[250]) | - | public | 23-28 | - | - |
| ClearTempLayoutSelected | () | - | public | 23-28 | - | - |
| HasLayoutOfType | (Integer, ReportLayoutType) | Boolean | internal | 25-28 | - | - |
| HasExternalLayout | (Integer) | Boolean | public | 26-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeHasNormalCustomLayoutSelection | (Integer, var Integer, var Boolean) | 17-20 | - | - |
| Integration event | OnBeforeHasNormalCustomLayoutSelection | (Integer, var Integer, var Boolean, var Record Report Layout Selection) | 21-27 | Pending 25.0 | Obsolete programming model. Replaced by HasExternalLayout |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
