Gets or sets a boolean value indicating if the text of the grid element should be wrapped when it is printed in a report.
'Declaration
<DescriptionAttribute("Indicates whether the text of the report element should be wrapped when the report is printed.")>
<CategoryAttribute("Appearance")>
<EndUserDisplayNameAttribute("Word Wrap")>
Public Property WordWrap As Boolean
'Usage
Dim instance As GridElementReportStyle
Dim value As Boolean
instance.WordWrap = value
value = instance.WordWrap
[Description("Indicates whether the text of the report element should be wrapped when the report is printed.")]
[Category("Appearance")]
[EndUserDisplayName("Word Wrap")]
public bool WordWrap {get; set;}
Property Value
true if the text in the grid element should be wrapped when it is printed in a report; false otherwise. By default, true.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2