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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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?