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


LlDesignerWorkspaceFileMode Enumeration

When opening a project you must choose whether the file should be opened if existing, created always etc. This can be specified by using one of the enumeration values.

Syntax
'Declaration
 
Public Enum LlDesignerWorkspaceFileMode 
   Inherits System.Enum
 
Members
MemberDescription
CreateCreates a new file. If the file does exist, it will be overwritten.
CreateNewCreates a new file. Will raise an exception if the file exists.
Import

Imports an existing file in an already opened project.

OpenOpens an existing file. Will raise an exception if the file does not exist.
OpenOrCreateOpens an existing file or creates a new one if the file cannot be opened.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         combit.Reporting.LlDesignerWorkspaceFileMode

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