Making Chart in Group Footer

Stimulsoft Reports.NET discussion
Post Reply
Erfan Gholami
Posts: 4
Joined: Mon Dec 24, 2007 2:35 pm
Location: Iran

Making Chart in Group Footer

Post by Erfan Gholami »

hi
i make a report with following Structure

_________________________________________________________________
GroupHeaderBand by Country

| Name | Value |
_________________________________________________________________


_________________________________________________________________
DataBand
_________________________________________________________________



_________________________________________________________________
GroupFooterBand

CHART1
_________________________________________________________________



I expect that chart1 just display rows in DataBand that is in GroupFooterBand but it shows all records
how i can limit chart1 to display records in GroupFooterBand only

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Making Chart in Group Footer

Post by HighAley »

Hello.
Erfan wrote:I expect that chart1 just display rows in DataBand that is in GroupFooterBand but it shows all records
how i can limit chart1 to display records in GroupFooterBand only
You should create variable and set it's value in the Before Print event of the Group Header then use it in the Chart filter.
Please, see the attached report template.

Thank you.
Attachments
1515.GroupChart.mrt
(30 KiB) Downloaded 554 times
Post Reply