ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / LicenseLevel Enumeration

In This Topic
    LicenseLevel Enumeration
    In This Topic
    Specifies the different levels of licenses available.
    Syntax
    'Declaration
     
    Public Enum LicenseLevel 
       Inherits System.Enum
    public enum LicenseLevel : System.Enum 
    Members
    MemberDescription
    NoneNone
    ProfessionalProfessional
    ProfessionalTrialProfessional trial
    StandardStandard
    StandardTrialStandard trial
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.LicenseLevel

    See Also