How do I hide a group header on the first page and let it display on the subsequent pages of the following subreports. I want a title page to be displayed instead of the group header on the first page.
Set the group header band to Visible = False. Once the title band prints, the first detail band will print. Use the DetailBand.AfterPrint event to setthe group header band visibility back to true.
Comments
the first detail band will print. Use the DetailBand.AfterPrint event to
setthe group header band visibility back to true.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com