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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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?