i have a user function public static and it works fine in preview mode but in web viewer i get
#ERROR# The expression contains undefined function call ShortAddress().
3 Answers, 1 is accepted
0
Steve
Telerik team
answered on 25 Jun 2008, 08:45 AM
Hi Kevin,
There are three cases we can think of, why you might get this error message.
First one is if you have typed in the function manually without rebuilding the class library and therefore it does not exist.
Second one is if you are trying to use the function with wrong number of parameters. Make sure that the passed fields match the function signature you've defined.
Third is if the field you specify in the function is null for some reason. Make sure you handle such cases in your user function.
If the above is not relevant to your case, please open a support ticket
and send us a sample report that demonstrates the described behavior.