ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / OverlappingLabels Enumeration

In This Topic
    OverlappingLabels Enumeration
    In This Topic
    Specifies the way to show overlapping labels
    Syntax
    'Declaration
     
    Public Enum OverlappingLabels 
       Inherits System.Enum
    public enum OverlappingLabels : System.Enum 
    Members
    MemberDescription
    AutoShow labels if overlapped
    HideHide all labels
    ShowShow all labels
    Inheritance Hierarchy

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

    See Also