I am working with reports stored in the DB. Each row in the table is a line of the report, including the whitespace. When I try to display the report using a grid in a classic report, the beginning whitespace is timmed from each line--which makes the report very ugly and hard to read. Is there a way I can use APEX to display these reports without losing the formatting? I tried using <pre>#FIELDNAME#</pre> without success.