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


In diesem Thema
    WebReportDesignerUnitDivision Auflistung
    In diesem Thema
    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
    'Deklaration
     
    
    Public Enum WebReportDesignerUnitDivision 
       Inherits System.Enum
    public enum WebReportDesignerUnitDivision : System.Enum 
    public enum class WebReportDesignerUnitDivision : public System.Enum 
    Member
    MemberBeschreibung
    HundredDivision by 100, corresponds to two decimal places.
    TenDivision by 10, corresponds to one decimal place.
    ThousandDivision by 1000, corresponds to three decimal places.
    Vererbungshierarchie

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

    Anforderungen

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

    Siehe auch