ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / ShowNulls Enumeration

In This Topic
    ShowNulls Enumeration
    In This Topic
    Specifies the way to show null entries
    Syntax
    'Declaration
     
    Public Enum ShowNulls 
       Inherits System.Enum
    public enum ShowNulls : System.Enum 
    Members
    MemberDescription
    ConnectedIndicates that null entries will be ignored
    GapsIndicates that there is gap at null entries
    ZerosIndicates that nulls is treated as zeros
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.ShowNulls

    See Also