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

In This Topic
    Overflow Enumeration
    In This Topic
    Overflow behavior
    Syntax
    'Declaration
     
    Public Enum Overflow 
       Inherits System.Enum
    public enum Overflow : System.Enum 
    Members
    MemberDescription
    AutoThe action value is depends on report type. For the dashboards the auto equals to 'Scroll'.
    ClipContent is clipped on overflow.
    GrowContainer grows with content.
    HiddenContent is clipped on overflow.
    ScrollScrollbar is automatically added to scroll the content.
    VisibleContent is not clipped on overflow.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.Overflow

    See Also