Hello Pragers,
Apologies for the confusion above.
As I was saying in my previous post, I understand that an object of the static class cannot be created and hence AddNamedItem() cannot be used. Thus you may use any of the following suggestions in your report to run static methods:
1. Describe the static class and its methods in the script and use them as per need ( For eg: TextHelper.SomeMethod)
2. Create a reference assembly for the class and add it’s dll using AddScriptReference method
3. Use Code-Behind SectionReports and use the helper class like through its namespace, like you would in any other class/ application
Hope this helps, let me know if you still face a problem.
Best Regards,
Tuhina