If I have a text separated by a pipe (|
) delimiter.
How to replace this separator with new line in RDLC
report.
EX:
Name : John Michael | Department : Computer Science |Country : USA
To
Name : John Michael
Department : Computer Science
Country : USA