Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Display 'Total' in Grand summary (Bottom Summary)
posted

Hi,

I want to display 'Total' in my summary row. I am using:

SummarySettings summary1 = gdOverView.DisplayLayout.Bands[0].Summaries.Add(SummaryType.Sum, Columname);

I have multiple summary values in one summary row and in groupbysummary row, so I can't even do

summary1.DisplayFormat = "Total {0:0.00}";

I am doing - gdOverView.DisplayLayout.Bands[0].SummaryFooterCaption = " Total";

By setting this, Total is coming in upper row not in the summary row, however I want to display it in the summary row.

Can you please help me out on this.

Thanks and Regards,
Rosy Malhotra