Quantcast
Channel: SQL Server Reporting Services
Viewing all articles
Browse latest Browse all 1418

How to put line below each and every row as the result of Join expression for Textbox in SSRS

$
0
0

Hi Team,

For a textbox we are assigning the below expression. The textbox was placed in a table whose dataset is DataSet1

=Join(LookupSet(101,Fields!CaseId.Value,(Fields!Region.Value+";"+Fields!Jursidiction.value+";"+Fields!Entity.value),"DataSet2"),vbcrLF)

this expression will return the below result set from the "DataSet2"  show in the textbox

Region1;Jursidiction1;Entity1

Region2;Jursidiction2;Entity2

Region3;Jursidiction3;Entity3

but what customer want was a line below each row like  below kind of one column multiple row table. Please help

Region1;Jursidiction1;Entity1

------------------------------------

Region2;Jursidiction2;Entity2

------------------------------------

Region3;Jursidiction3;Entity3

-----------------------------------


Viewing all articles
Browse latest Browse all 1418

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>