Print Page | Close Window

CrystalReports.Engine.PrintOptions question

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=9923
Printed Date: 04 May 2025 at 8:36pm


Topic: CrystalReports.Engine.PrintOptions question
Posted By: Vincent_K
Subject: CrystalReports.Engine.PrintOptions question
Date Posted: 05 May 2010 at 8:37pm
Hi,
We're printing Crystal Reports from our .Net C# application and use the CrystalDecisions.CrystalReports.Engine namespace to do this.
 
Before printing, the user has the possibility to select/modify a printer or printersettings.  That's accomplished with the (System.Windows.Forms.)PrintDialog and works fine.
 
After selection of the printer, the chosen printer(settings) are in the System.Drawing.Printing.PrinterSettings object.
 
Anyone has experience with 'transferring' the PrinterSettings object to the CrystalReports.Engine.PrintOptions object ?
 
Our goal is to transfer all possible settings in 1 time without having to transfer them one by one..
 
Many thanks in advance.



Print Page | Close Window