subreport
I have application Delphi XE2 with rb 14.07 Enterprise
I have report with 1 group and I put subreport on footer og group.
Its' possible when i print subreport to disable, in some events into rtm
with rap , header of group ??
Best Regards
Paolo Angeretti
Gestionale Open Srl ( Italy )
I have report with 1 group and I put subreport on footer og group.
Its' possible when i print subreport to disable, in some events into rtm
with rap , header of group ??
Best Regards
Paolo Angeretti
Gestionale Open Srl ( Italy )
This discussion has been closed.
Comments
For future reference please post using your name in the "from" field
instead of the news server address.
If you would like to disable a band, you can simply set its Visible
property to False. I am however a bit unclear about what you are trying
to accomplish.
ReportBuilder generates its bands and component is sequential order. If
the subreport is inside the Group Footer band, it would not be possible
to disable the Group Head band due to the fact that it has already printed.
If you would like to disable any recurrences of the Group Header once
the Subreport prints, you could toggle the Group Header visibility using
the Subreport.OnPrint event or Group Footer BeforePrint event. Remember
to re-enable the group footer band if needed.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com