for displaying record on one line and its other record on other line

for displaying two columns one in first line and second in other line in the same column

Function:
replace(field!NetID.value,",",Environment.NewLine)


in "," instead of comma you can write any character for which you want to replace that character with a new line.
"Environment.NewLine" it will replace the , comma with the new line

For example
replace(Fields!NetIDLease.Value & "," & Fields!NetIDSale.Value,",",Environment.NewLine),

Comments

Popular posts from this blog

TSQL To Get All the Names of tables and Databases whose data have changed in last 24 Hours

To Get All the Names of tables and Databases their data have changed in last 24 Hours And Backup those databases

Apply paging in procedure