3

I have to encapsulate header column, detail and page footer bands (column footer is set to 0 height) with borders. Is there an easy way to do it?

I've read this StackOverflow question and I try to use a frame in the background band, but how can I know the exact height of the detail band?

UPDATE: I found myself a solution. The solution is to "trial and error", setting random frame height until I get the exact height.

Community
  • 1
  • 1
ilazgo
  • 650
  • 2
  • 11
  • 35

1 Answers1

1

In the report inspector on the left click on "Detail 1" and then on the right in properties it'll tell you the 'Band Height'...You can change it from there.

precose
  • 614
  • 1
  • 13
  • 36
  • Yes, I know, but my report is an A4 letter in PDF so my detail band, in design mode, is only the size of a row of fields. – ilazgo Feb 16 '12 at 19:01