Cross Tab Wizard
Later version of RB Enterprise.
I have a Cross Tab Report which is of 2 or more pages ( presently 2
pages). Designed with the New Report Wizard
A border is being drawn correctly on the last page, but on the first
page the bottom border is not being drawn. Can I change some property to
achieve a border arount the entire grid on all pages ?
Thanks
Mike Hickman
I have a Cross Tab Report which is of 2 or more pages ( presently 2
pages). Designed with the New Report Wizard
A border is being drawn correctly on the last page, but on the first
page the bottom border is not being drawn. Can I change some property to
achieve a border arount the entire grid on all pages ?
Thanks
Mike Hickman
This discussion has been closed.
Comments
The crosstab will only draw what it can fit on a single page. If for
instance the crosstab overflows to multiple pages, it will not draw a bottom
border unless there happens to be one when the break occurs.
A quick workaround I found was to add a TppLine at the top of the FooterBand
that is sized to the width of the crosstab. Since the crosstab does not
extend all the way to the top of the FooterBand, you can adjust the
BottomOffset property manually to make up for the extra space. In my
tests, -0.15 inches (-4mm) did the trick. You would also need to toggle its
visibility in some cases. Another option would be to manually add a
DrawLine command at this position in code.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Mike