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
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