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


In This Topic
    LlProjectParameterVisibility Enumeration
    In This Topic
    Enumeration of the visibility of project parameters. For further information see the Visibility Property.
    Syntax
    'Declaration
     
    
    Public Enum LlProjectParameterVisibility 
       Inherits System.Enum
    public enum LlProjectParameterVisibility : System.Enum 
    public enum class LlProjectParameterVisibility : public System.Enum 
    Members
    MemberDescription
    PrivateThe user can not change the project parameter in the Designer.
    Public

    Default for new project parameters.

    The user can change the value or the formula of the project parameter in the Designer if no object is selected.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlProjectParameterVisibility

    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