ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / CheckBox Class / WrapMode Property

In This Topic
    WrapMode Property (CheckBox)
    In This Topic
    Sets/gets control's wrap mode using CSS.
    Syntax
    'Declaration
     
    Public Property WrapMode As GrapeCity.ActiveReports.Drawing.WrapMode
    public GrapeCity.ActiveReports.Drawing.WrapMode WrapMode {get; set;}
    See Also