How to include disabled bands in total sum.

Stimulsoft Reports.NET discussion
Post Reply
Robert Joy
Posts: 1
Joined: Fri Jul 07, 2006 10:01 am

How to include disabled bands in total sum.

Post by Robert Joy »

Hi, Stimulsoft team.

I've created a Master-Detail report. I have disabled some of detail bands in BeforePrint Event. Can I Get Sum in Footer databand by all my detail bands?

Thank you in advance.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to include disabled bands in total sum.

Post by Edward »

Robert wrote:Hi, Stimulsoft team.
I've created a Master-Detail report. I have disabled some of detail bands in BeforePrint Event. Can I Get Sum in Footer databand by all my detail bands?
Thank you in advance.
Please set the CalcInvisible property of the Databand in true. When you do this, only visible Data bands will be output and, when calculating of aggregate functions, all strings will be calculated.
Thanks!
Post Reply