ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / WrapMode Property

In This Topic
    WrapMode Property (Page)
    In This Topic
    Gets or sets the wrap mode for rendering text.
    Syntax
    'Declaration
     
    Public Property WrapMode As GrapeCity.ActiveReports.Drawing.WrapMode
    public GrapeCity.ActiveReports.Drawing.WrapMode WrapMode {get; set;}
    See Also