Printing Reports in .NET (originally by Mike Mayer see http://www.codeproject.com/csharp/ReportPrinting.asp). Using the library presented, you can print reports from C# and other .NET languages.
Categories
DesignLicense
Common Public License 1.0Follow Report Printing in Dot Net
Other Useful Business Software
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
-
I downloaded the code from CodeProject, converted it to .NET 4.0, and am using it in a new app. Everything works except I can't get it to print in landscape mode, in spite of calling SetPageOrientation on the report document. Anybody have any suggestions?