How can I disable the group footer?

Stimulsoft Reports.NET discussion
Post Reply
Kary
Posts: 4
Joined: Mon Jun 26, 2006 12:42 pm

How can I disable the group footer?

Post by Kary »

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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How can I disable the group footer?

Post by Edward »

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.
Yes it is the correct way to disabling GroupFooter Band.
Just write this code to OnBeforePrintEvent of GroupFooterBand1. It works.
Please send your report to Image for examination.
Thanks.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How can I disable the group footer?

Post by Edward »

Please provide us more detail information about your report.
Thanks.
Kary
Posts: 4
Joined: Mon Jun 26, 2006 12:42 pm

How can I disable the group footer?

Post by Kary »

I sended the report to the Image
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How can I disable the group footer?

Post by Edward »

Kary wrote:I sended the report to the Image
Problem solved.
Thank you.
Post Reply