0

I try to border my bands in this way:

But I have a text field of my row detail with property isStretchWithOverflow="true"

In this way when I try to print my report, on the rows with overflowed text field, I've a discontinue on my border (white space instead draw line of frame).

Example of my detail band

Community
  • 1
  • 1
Joe Taras
  • 15,166
  • 7
  • 42
  • 55

1 Answers1

0

Very simple.

I've added this property stretchType="RelativeToTallestObject" on my frame object.

So the line has not discontinuity.

Joe Taras
  • 15,166
  • 7
  • 42
  • 55