The expression currently used to populate the cell in the report is as follows:
=Fields!SomeDataFromSQL.Value
Now the value of that .Value
is something like below:
Image01 Image02 Image03 Image04
I would like for these to appear in the report as new line items for readability:
Image01
Image02
Image03
Image04
How can I build this into the query?
in SQL query and use placeholder to set value. Also check radio button of html text inside placeholder properties... It will definitely work – Pedram Jan 31 '16 at 02:22