Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 28687

SSRS - Spacing

$
0
0

I have a flat-file to be load in SSRS report. Which already contains New Line and required spacing. Like the below image:

enter image description here

Want to display same layout and newlines(CRLF) into SSRS. Which works fine If I use

≪Place Holder Property → Markup type = "None - Plain text only"≫

But I want to increase the spacing between Individual new lines. So I tried below expression with the same other properties:

=REPLACE(Fields!Column1.Value, Chr(13), vbCrLf)

But It has increased the space almost double than my expectation. I also tried to convert ≪Place Holder Property≫ into ≪ HTML - Interpret HTML tags as styles ≫, but It has removed normal new lines which exist into flat-file.

I tried many existing solutions over StackOverflow but none of them are matching my requirement.

Could anyone please give it a try!



Viewing all articles
Browse latest Browse all 28687


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