ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / WrapMode Enumeration

In This Topic
    WrapMode Enumeration
    In This Topic
    Specifies a wrap mode for text.
    Syntax
    'Declaration
     
    Public Enum WrapMode 
       Inherits System.Enum
    public enum WrapMode : System.Enum 
    Members
    MemberDescription
    CharWrapText wraps at character boundaries. When the text reaches the container's edge, it moves to the next line at the nearest character boundary.
    NoWrapText does not wrap. It continues on the same line until it reaches the container's edge.
    WordWrapText wraps at word boundaries. When the text reaches the container's edge, it moves to the next line at the nearest word boundary.
    Inheritance Hierarchy

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

    See Also