Display total detail in Master

Stimulsoft Reports.NET discussion
Post Reply
AAA
Posts: 8
Joined: Tue Jul 07, 2009 11:40 pm
Location: dsda

Display total detail in Master

Post by AAA »

Hi, current i can't display value of total detail Databand in Master Databand
I want to show as follows
Example:
First record:
(Master)
TextFiled = 8 <---- This is total Quantity of Child
(Child)
record1: Quantity = 3
record2: Quantity = 5

Second record:
(Master)
TextFiled = 10 <---- This is total Quantity of Child
(Child)
record1: Quantity = 4
record2: Quantity = 6

Third record:
(Master)
TextFiled = 6 <---- This is total Quantity of Child
(Child)
record1: Quantity = 2
record2: Quantity = 4

Thanks
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Display total detail in Master

Post by Jan »

Hello,

You can use following expression:

Code: Select all

{Sum(ChildBand, expression}
Thank you.
AAA
Posts: 8
Joined: Tue Jul 07, 2009 11:40 pm
Location: dsda

Display total detail in Master

Post by AAA »

Thanks Jan
I have done
Post Reply