ActiveReports3 Request technical support
WordWrap Property
See Also 


Indicates whether a multi-line text control automatically wraps words to the beginning of the next line when necessary.

Syntax

Visual Basic (Declaration) 
Public Property WordWrap As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportInfo
Dim value As Boolean
 
instance.WordWrap = value
 
value = instance.WordWrap
C# 
public bool WordWrap {get; set;}

See Also