ActiveReports.Viewer3 Request technical support
NoWrap Property
See Also 


For internal use only.

Syntax

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

See Also