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
Try this may help you
=Replace(Fields!URFieldName.Value, "|", System.Environment.NewLine)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With