SSRS 2005. Data Source is XML (A sharePoint list). This field in question seems to a have Carriage Returns/Line feeds at least in the source.
copy paste shows 0D 0A hex for the source - but not sure those are coming over in SSRS.
I'm trying these on the report textbox format, but having no luck:
=Replace(First(Fields!ows_IDXReg_FSC.Value),CHR(10),VbCrLf)
=Replace(First(Fields!ows_IDXReg_FSC.Value),CHR(13),VbCrLf)
============================
Thank You
cyberpine.com