List & Label .NET
combit.Reporting.Web.WebReportDesigner.Server Namespace / WebReportDesignerUnitDivision Enumeration


In This Topic
    WebReportDesignerUnitDivision Enumeration
    In This Topic
    Determines the decimal precision for the units in the Web Report Designer. The higher the value, the more decimal places are availabe for the unit. Important: All values are saved as integers in the project file, so the unit value is always multiplied by the division value.
    Syntax
    'Declaration
     
    
    Public Enum WebReportDesignerUnitDivision 
       Inherits System.Enum
    public enum WebReportDesignerUnitDivision : System.Enum 
    public enum class WebReportDesignerUnitDivision : public System.Enum 
    Members
    MemberDescription
    HundredDivision by 100, corresponds to two decimal places.
    TenDivision by 10, corresponds to one decimal place.
    ThousandDivision by 1000, corresponds to three decimal places.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Web.WebReportDesigner.Server.WebReportDesignerUnitDivision

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also