Posted 12 October 2019, 5:32 pm EST
Used to have a RunningSum property for report fields in the old C1Reports. It’s missing in FlexReports. How do we do them in FlexReports?
Forums Home / ComponentOne / WinForms Edition
Posted by: bhroberts52 on 12 October 2019, 5:32 pm EST
Posted 12 October 2019, 5:32 pm EST
Used to have a RunningSum property for report fields in the old C1Reports. It’s missing in FlexReports. How do we do them in FlexReports?
Posted 12 October 2019, 5:57 pm EST
I think I see it now. I have to add a “calculated” field
Posted 14 October 2019, 4:04 am EST
Hello,
The default field type of FlexReport is TextField class and RunningSum property lies under Field class field type that’s why you are not able to see this property.
To see this property you need to add LegacyField in the FlexReport as show in the attached GIF file.
As you know, you can also use script with Calculate fields similarly as given in the link below :
https://help.grapecity.com/componentone/NetHelp/c1report/webframe.html#addingrunningsums.html
Regards,
Prabhat Sharma