In telerik Report , can i calculate age from DOB that i get for each record in my query.
Is there any datetime functions or formula fields available like in crystal reports for doing above thing?
Please reply me as soon as possible.
Thanks in advance.
2 Answers, 1 is accepted
0
Steve
Telerik team
answered on 25 Aug 2009, 04:22 PM
Hi Kaushal Shah,
We do not have specific "formula fields" available like in Crystal. However you can handle your field value calculation in an user function in your favorite language. Then you can use the function in the report designer like so: = MyUserFunction(Fields.MyField)