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.
-
- Posts: 1
- Joined: Fri Jul 07, 2006 10:01 am
How to include disabled bands in total sum.
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.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.
Thanks!