rcs
rcs

Reputation: 7207

Crystal Report: Remove empty detail line in the last row of the page

I have a Crystal Report with Details section that has field that Can Grow to multiple lines. The Details section has vertical lines that span from the top of the section to the bottom. The problem is, in the last record on the page, sometimes it will display blank section, because the next record has 2 lines and it does not fit into the page. See below example.

Report Preview

How to resolve this problem? I tried checking/unchecking "Keep together" but it does not help.

Report Design view:

Report Design View

Horizontal line settings:

enter image description here

Vertical line settings:

enter image description here

Upvotes: 0

Views: 2334

Answers (1)

Camahalan Royette
Camahalan Royette

Reputation: 166

I would suggest that you limit your columns in details section only. Do not extend to Report Footer. Make the property of the vertical lines ExtendToBottom to True Make the property of the horizontal lines ExtendToBottom to True

Upvotes: 1

Related Questions