A dynamic report-building class library with these formats: Excel, Pdf, HTML and Markdown.
- It uses C# based on reflection to read attributes of a class, access type members, and execute methods.
- It uses the advanced topics of Microsoft's technology document reference: Native interoperability (COM interop programming).
- Without dynamic (uses strongly typed code to generate an Excel report).
- With dynamic (uses dynamic code to generate an Excel report).