Page 9654 Built-in Report Layouts
- App
- Base Application
- Namespace
- System.Reflection
- Versions
- 18-28
- Source table
- 2000000234
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/BuiltinReportLayouts.Page.al64 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Reflection;
page 9654 "Built-in Report Layouts"
{
ApplicationArea = Basic, Suite;
Caption = 'Built-in Report Layouts';
InsertAllowed = false;
DeleteAllowed = false;
ModifyAllowed = false;
PageType = List;
SourceTable = "Report Layout List";
AboutTitle = 'About Built-in Report Layouts';
AboutText = '**This page has been deprecated and will be removed in a later release**. Please use the new system page _Report Layouts_ instead.';
layout
{
area(content)
{
repeater(Group)
{
field("Report ID"; Rec."Report ID")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the ID of the report.';
}
field(Name; Rec.Name)
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the name of the report layout.';
}
field(Description; Rec.Description)
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the description of the report layout.';
}
field(Format; Rec."Layout Format")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the format of the report layout.';
}
}
}
}
actions
{
area(Promoted)
{
group(Category_Report)
{
Caption = 'Report', Comment = 'Generated from the PromotedActionCategories property index 2.';
}
group(Category_Category4)
{
Caption = 'Layout', Comment = 'Generated from the PromotedActionCategories property index 3.';
}
}
}
}