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),