Hi Folks,
I was working with an alignment of a SSRS report and i used the below for displaying two values in one text box using the SSRS new line operator.
To achieve this, right click the textbox and click expression. Under the dialog box, use the below:
"field1" + VBCRLF + "field 2"
Hope this might be helpful for someone.
Happy coding!
I was working with an alignment of a SSRS report and i used the below for displaying two values in one text box using the SSRS new line operator.
To achieve this, right click the textbox and click expression. Under the dialog box, use the below:
"field1" + VBCRLF + "field 2"
Hope this might be helpful for someone.
Happy coding!
No comments:
Post a Comment