Hi,
I am using Telerik Reporting Q3 2012. I am trying to take the remainder value of double type variable. But it gives an error of type mismatch. If I convert double type to Integer then it works.
= Format("00", Fields.FT / 60) + ' : ' + Format("00", CInt( Fields.FT) Mod 60)
I want to use this as
= Format("00", Fields.FT / 60) + ' : ' + Format("00", Fields.FT Mod 60)
How can I implement this formula.
Regards,
Tahir Khan
I am using Telerik Reporting Q3 2012. I am trying to take the remainder value of double type variable. But it gives an error of type mismatch. If I convert double type to Integer then it works.
= Format("00", Fields.FT / 60) + ' : ' + Format("00", CInt( Fields.FT) Mod 60)
I want to use this as
= Format("00", Fields.FT / 60) + ' : ' + Format("00", Fields.FT Mod 60)
How can I implement this formula.
Regards,
Tahir Khan