Hi All,
Is it possible to change the font size for one field within a concatenated text box.
Example:
=Fields!Line1.Value
& vbcrlf & Fields!Line2.Value
& vbcrlf & IIF(Fields!Line3.Value <> "", Fields!Line3.Value, Fields!Line6.Value)
And I would like to increase or decrease the font size for "Fields!Line6.Value" only,
Thank you
*This post is locked for comments