Add line breaks for Text/Memo fields in Repeater Controls of a Report Template

This page describes how to ensure carriage returns that are in text and memo fields are displayed when put into a repeater control of a report template.

Steps

  1. Add a javascript function to the report that puts in an html "<br>" tag for carriage returns (see image 1).
  2. Create a repeater and add the variable of interest using the expression builder (see image 2).
  3. Call the javascript function from the expression builder (see image 3).


Image 1

Image 2

Image 3