I have created an aggregate function by following this article: http://www.telerik.com/support/kb/reporting/designing-reports/implementing-and-using-custom-aggregate-functions.aspx
I terminate this function during the reportFooter DataBound event and at that time use the returned value to determine what should be displayed in a textbox field on the reportHeader. However, the updated value for the field is not being displayed. I know my set for the textbox.Value is going through, and the result is as intended if I do an export of the report to a PDF.
I am sure that this has something to do with when the report header item is rendered vs. when the report footer data bound event takes place... but it sounded like I would be able to use the aggregate functionality as I am attempting. Are there any changes I need to make, or should I approach this from an entirely different angle?
I terminate this function during the reportFooter DataBound event and at that time use the returned value to determine what should be displayed in a textbox field on the reportHeader. However, the updated value for the field is not being displayed. I know my set for the textbox.Value is going through, and the result is as intended if I do an export of the report to a PDF.
I am sure that this has something to do with when the report header item is rendered vs. when the report footer data bound event takes place... but it sounded like I would be able to use the aggregate functionality as I am attempting. Are there any changes I need to make, or should I approach this from an entirely different angle?