How can I disable the group footer?
If I set the enabled property:
GroupFooterBand1.Enabled = false;
It’s not working. On the report I see the fotter data.
How can I disable the group footer?
How can I disable the group footer?
Yes it is the correct way to disabling GroupFooter Band.Kary wrote:How can I disable the group footer?
If I set the enabled property:
GroupFooterBand1.Enabled = false;
It’s not working. On the report I see the fotter data.
Just write this code to OnBeforePrintEvent of GroupFooterBand1. It works.
Please send your report to

Thanks.
How can I disable the group footer?
Please provide us more detail information about your report.
Thanks.
Thanks.
How can I disable the group footer?
I sended the report to the 

How can I disable the group footer?
Problem solved.Kary wrote:I sended the report to the
Thank you.