I am trying to place two fields in one column to save a little space.
=Fields!username.Value & "<br />" & Fields!notes.Value
However, the br tag doesn't work. Does XML permit some sort of text wrapping? If so, how can I accomplish this?
Try VbCrLF.
Thats vb's interpretation of new line character.
|||
Thanks for the quick response. That did it.
No comments:
Post a Comment