'DeclarationPublic Enum LlProjectParameterType Inherits System.Enum
public enum LlProjectParameterType : System.Enum
public enum class LlProjectParameterType : public System.Enum
'DeclarationPublic Enum LlProjectParameterType Inherits System.Enum
public enum LlProjectParameterType : System.Enum
public enum class LlProjectParameterType : public System.Enum
| Member | Description |
|---|---|
| Formula | Default for new project parameters. The project parameter contains a formula that is evaluated at print time. |
| Value | The project parameter contains a fixed value. |
If 'Formula' is set as project parameter type but a fixed value is to be used instead of a formula (e.g. an e-mail address is passed for the predefined project parameter "LL.MAIL.To" which is defined as 'Formula') then you have to mask the passed value as a string.
Example:
LL.ProjectParameters[LlProjectParameter.MailTo].Value = "\"info@combit.net\"";
System.Object
System.ValueType
System.Enum
combit.Reporting.LlProjectParameterType
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10