I have a report with a textbox that has a date field. I want to put a Textbox in the footer that counts the number of times the textbox value is greater than the curent date. Is that possible in Telerik Report?
AkAlan, you can with some coding from your side. Create a variable where you would keep the number of higher occurrences of the date and increase its count everytime the TextBox value is higher i.e. you can do this in ItemDataBound event of the textbox.
Later use that variable as value for another textbox.