public enum LlProjectParameterScope : System.Enum
public enum class LlProjectParameterScope : public System.Enum
'Declaration
Public Enum LlProjectParameterScope Inherits System.Enum
Member | Description |
---|---|
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. |
Local | Defines 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. |
System.Object
System.ValueType
System.Enum
combit.Reporting.LlProjectParameterScope
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