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
470
Custom Summary Calculators
posted

Hi Support,

I created some custom summary calculator bases on the example and it works. What I need to change the background of the group records bases on the custom calculator result. Please suggest. My definition is some like this:

defaultFieldLayout.SummaryDefinitions.Add(

new SummaryDefinition

{

Key = "Status",

Calculator = customcalculator,

SourceFieldName = "Status",

Position = SummaryPosition.Left,

DisplayArea = SummaryDisplayAreas.InGroupByRecords

});

thanks,

Eric

Parents Reply Children
No Data