TextWrap - innoventsolutions/birt-functions-lib GitHub Wiki

A simple control that will wrap text at developers specified break point. The following will break the content of this expression up at 20 characters. The control will attempt to break on logical break points (white space).

CustomFunctions.TextWrap(dataSetRow["LONG_STRING"], 20)

http://innoventsolutions.github.io/images/birt-functions-lib/wrap.png