In the Report Builder Click Once app, I want to have a field that displays on the report with line breaks... something like this:

FirstName & " " & LastName & Chr(13) & Chr(10) & Address1 & Chr(13) & Chr(10) & Address2

Chr is not recognized.

Is this possible? If not, could I create a pre-formated string/varchar(50) field in the Data Model?