public enum LlProjectParameterType : System.Enum
public enum class LlProjectParameterType : public System.Enum
'Declaration
Public Enum LlProjectParameterType Inherits 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 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9