Specifies whether the field's contents should be allowed to wrap within the field rectangle.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] public bool WordWrap { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(True)> _ Public Property WordWrap As Boolean Get Set |
Remarks
The default value for this property is True.