ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / WrapMode Property

In This Topic
    WrapMode Property (Style)
    In This Topic
    Gets or sets a word wrap behavior for the text.
    Syntax
    'Declaration
     
    Public Property WrapMode As ExpressionInfo
    public ExpressionInfo WrapMode {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a WrapMode enumeration indicating the word wrap behavior.
    Remarks

    Valid values are listed in the table below.

    WrapMode Description
    NoWrap Text does not wrap.
    WordWrap Text wraps at word boundaries.
    CharWrap Text wraps at character boundaries.
    See Also