What .NET reporting tools are best for dynamic report generation?
- by bvanderw
Perhaps I need to define "dynamic generation". By this I mean using graphics primitives to draw on the page (such as DrawText or DrawLine, etc) This is what System.Drawing.Printing provides.
I often need to create forms and reports for Windows applications that either require dynamic generation or where I need control over the formatting that…