Page 1 of 1

How to include disabled bands in total sum.

Posted: Fri Jul 07, 2006 10:40 am
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.

How to include disabled bands in total sum.

Posted: Fri Jul 07, 2006 10:47 am
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!