Reputation: 85
I'm using VS 2010 and CR13. I have multiple data sources.
I have a rows of different student loans that repeat. Between each row there is a good amount of white space which is driving me crazy. Any options I can tick to make this go away? I have Keep Together and Suppress Blank checked, so I'm missing something.
Upvotes: 0
Views: 7392
Reputation: 32740
If you have any white space at the end of your row, it will show up on the report.
To remove white space, make sure your report fields are of an appropriate height, and drag the horizontal bar at the bottom of the detail section up so that it is touching the bottom of your report fields.
For example:
This is bad, and will cause white space:
-Detail section-------------------------------------------------------
+--------------+ +--------------+
| Report field | | Report field |
+--------------+ +--------------+
----------------------------------------------------------------------
This is good:
-Detail section-------------------------------------------------------
+--------------+ +--------------+
| Report field | | Report field |
+--------------+ +--------------+
----------------------------------------------------------------------
Upvotes: 3