ActiveReports 6 Online Help
WordWrap Property (ScriptEditorOptions)
Example 

Gets or sets whether to automatically wrap words in the Script Editor. If the wordwrap option is not activated, the Script Editor displays the horizontal scrollbar.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
public bool WordWrap {get; set;}
Remarks
You can also set this property via the Designer's Properties window.
Example
DataDynamics.ActiveReports.Design.Designer arDesigner = new DataDynamics.ActiveReports.Design.Designer();
arDesigner.ScriptEditorOptions.WordWrap = false;
dim arDesigner as new DataDynamics.ActiveReports.Design.Designer()
arDesigner.ScriptEditorOptions.WordWrap = false
Requirements

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

See Also

Reference

ScriptEditorOptions Class
ScriptEditorOptions Members

Send Feedback