[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.WrapMode

WrapMode Property

WrapMode

Gets or sets a word wrap behavior for the text.

Declaration
[ExpressionBaseType(typeof(WrapMode))]
public ExpressionInfo WrapMode { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a WrapMode enumeration indicating the word wrap behavior.

Remarks

Valid values are listed in the table below.

WrapModeDescription
NoWrapText does not wrap.
WordWrapText wraps at word boundaries.
CharWrapText wraps at character boundaries.