public enum LlProjectParameterFlag : System.Enum
public enum class LlProjectParameterFlag : public System.Enum
'Declaration
Public Enum LlProjectParameterFlag Inherits System.Enum
Different flags that determine the type of project parameter.
Member | Description |
---|---|
Fax | Internal project parameter type. |
Formula | The parameter is a formula that is evaluated at print time. |
Global | The value is stored in the LL file. |
Internal | Internal project parameter type. |
Local | The parameter is not added to the print project parameter list and will not be saved to the preview file, as it is only valid for the local user or machine. |
Internal project parameter type. | |
Private | The parameter cannot be changed in the designer. |
Public | The parameter can be changed within the designer. |
SaveDefault | Default values will be saved in the project file. |
User | This parameter is an user-defined parameter (currently the only one). These parameters can be combined with several properties by combining them with one of the following flag pairs FORMULA/VALUE, PUBLIC/PRIVATE and GLOBAL/LOCAL. |
Value | The parameter is a fixed value. |
System.Object
System.ValueType
System.Enum
combit.Reporting.LlProjectParameterFlag
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