[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.WrapMode

WrapMode Enum

Specifies a wrap mode for text.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum WrapMode

Fields

Name Description
CharWrap

Text wraps at character boundaries. When the text reaches the container's edge, it moves to the next line at the nearest character boundary.

NoWrap

Text does not wrap. It continues on the same line until it reaches the container's edge.

WordWrap

Text wraps at word boundaries. When the text reaches the container's edge, it moves to the next line at the nearest word boundary.

Extension Methods