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


In This Topic
    LlProjectParameterScope Enumeration
    In This Topic
    Enumeration of project parameter scopes. For further information see Scope Property.
    Syntax
    'Declaration
     
    
    Public Enum LlProjectParameterScope 
       Inherits System.Enum
    public enum LlProjectParameterScope : System.Enum 
    public enum class LlProjectParameterScope : public System.Enum 
    Members
    MemberDescription
    Global

    Default for new project parameters.

    Defines that the project parameter is available in the print project parameter list and is also stored in the preview file.

    The project parameter can be queried in the preview file by use of the GetProjectParameterValue Method of the PreviewFile Class.

    LocalDefines that the project parameter is not added to the print project parameter list and is also not stored in the preview file. It is only valid for the local user or machine.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlProjectParameterScope

    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