This is a migrated thread and some comments may be shown as answers.

User Functions Dissapeared!

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 27 Jul 2011, 05:30 AM
I am using Reporting in WPF and had built several reports that relied upon a class and methods for custom date manipulation. Previosuly this class was in the same assembly as the reports but was moved to a new assembly that is shared amongst other projects in the sln.
In the Edit Expression window I can see the new namespace ('Shared') in the treeview but the static class within it that I need is not visible, nor (of course) are any of it's static methods.

How can I add a reference to the User Funcitons on a Report? Or what am I doing wrong that is preventing me from seeing my class?

Thanks,
John

1 Answer, 1 is accepted

Sort by
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 27 Jul 2011, 08:20 AM
According to the documentation (http://www.telerik.com/help/reporting/expressions-user-functions.html), the user functions should be either in the same report or at least in the same assembly.

Cheers!
Tags
General Discussions
Asked by
John
Top achievements
Rank 1
Answers by
Massimiliano Bassili
Top achievements
Rank 1
Share this question
or