combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlProjectParameterFlag Enumeration


In This Topic
    LlProjectParameterFlag Enumeration
    In This Topic

    Different flags that determine the type of project parameter.

    Syntax
    'Declaration
     
    
    Public Enum LlProjectParameterFlag 
       Inherits System.Enum
    public enum LlProjectParameterFlag : System.Enum 
    public enum class LlProjectParameterFlag : public System.Enum 
    Members
    MemberDescription
    FaxInternal project parameter type.
    Formula

    The parameter is a formula that is evaluated at print time.

    Global

    The value is stored in the LL file.

    InternalInternal 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.

    MailInternal 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.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlProjectParameterFlag

    Requirements

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

    See Also