Is it possible to format the cell apperance of a summary cell based on the value of the summary?
In my case we have a grid with GroupBy rows. The summary is located on the same row as the summary. We would like to change the backcolor of the summary cell (for each summary row) based on the value.
Thanks
Hi,
That's great. Let me know if you need any additional help.
Regards,
Stefaniya
Thank you both.
Changing the e.SummaryValue.Appearance.BackColor in the summaryValueChanged event worked great.
The SummaryValueChanged event is a good place to do this, since it fires any time the value of the summary changes.
Yes, use the Appearance property of the SummarySettings object that is returned by the Add method of the band's Summaries collection.