combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlDesignerWorkspaceSaveMode Enumeration


LlDesignerWorkspaceSaveMode Enumeration

Defines if the currently opened project is saved when another project is loaded.

Syntax
'Declaration
 
Public Enum LlDesignerWorkspaceSaveMode 
   Inherits System.Enum
 
Members
MemberDescription
Default

The currently opened project will be saved or closed as selected by the user – if necessary before the new project is loaded.

NoSave

The currently opened project will be closed automatically without being saved. All changes after the last save will therefore be lost!

NoSaveQuery

The currently opened project will be automatically saved without user interaction before loading a new project.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         combit.Reporting.LlDesignerWorkspaceSaveMode

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also