Comma Seprated Value in RDL or RDLC

to get the comma separated value in textbox: 
  1. =Join(LookupSet(1, 1, Fields!Yourvalue.Value,"DataSet1"),",")