Reflection
Sometimes the libraries you need can not be compiled into the code you are writing. But this doesn’t mean that you can’t still use them, using reflection you can load any library dynamically into your code and execute any method within it. The below example demonstrates how to dynamically load the Microsoft Interop Library for […]
Continue reading about Dynamically Load and Invoke an Outlook Email at Runtime using Reflection
All the time I see on the list the request to export a Crystal Report from Epicor to PDF. I’ve done this many times different ways but this is my favorite, it can be done without having to bring in external libraries and it allows me to use Reflection. If you attended my talk at […]
Continue reading about How to Export a Crystal Report through code by using Reflection in Epicor