One of the column contains a comma delimited set of values
Title=Full Name, Designation, Company Name
o/p should be like this -
Full Name
Designation
Company Name
I used below expression, not sure why leading space is not trimming, any help will be a great help...
=LTRIM(First(Fields!Title.Value.ToString().Replace(",",vbCrLf), "dataset"))
Thank you...
ss