'Birt Report: New Line character in Data Field.

Birt Report Data Field: type = String

Database Column: type = varchar

When i try to fetch the data from database using birt report the data field fetch the data successfully. But the data contain some new line character like "Hello \n World" because i enter the data with some new lines.But the birt report data field print the "Hello World" in one line. it contain spaces but not new line charterer. How to print the data in birt report with new line.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source