Enum 1081 Fin. Report Logo Position, source in 29

Source29

src/Layers/W1/BaseApp/Finance/FinancialReports/FinReportLogoPosition.Enum.al13 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 Microsoft.Finance.FinancialReports;

enum 1081 "Fin. Report Logo Position"
{
    value(0; "No Logo") { Caption = 'No Logo'; }
    value(1; Left) { Caption = 'Left'; }
    value(2; Center) { Caption = 'Center'; }
    value(3; Right) { Caption = 'Right'; }
}