How to implement expression evaluator in reportviewer
Windows Forms
1
Posts
1
Posters
3
Views
1
Watching
-
I'm using ms winforms reportviewer control in local mode. I need to use expresion evaluator function in TextBox value expression. This function should take expression as string parameter and return evaluated value using current scope, like =MyClass.eval("Fields!"+ MyClass.MyFieldName()+ ".Value") Any idea how to implement MyDll.eval() function ? Andrus