Print Page | Close Window

Dynamic print image c#

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1740
Printed Date: 28 Apr 2024 at 8:41pm


Topic: Dynamic print image c#
Posted By: venky
Subject: Dynamic print image c#
Date Posted: 22 Nov 2007 at 11:19pm
Hi
I using vs2005 c#
I created report with some fields
Its(datas) printed crystal report
I am opened one image on the screen
That image will print the report
How to prnt
 
Thanks
Venky
 



Replies:
Posted By: jkwrpc
Date Posted: 26 Nov 2007 at 3:46pm

Here are a few thoughts.

Make a main form and have your image on it. Then set the image click event to show (load) the report viewer form. You can code that form to have the report go to a printer or load to accept parameters through the report.
 
So it would work like this open your main form, click on the image, the report would go to printer, or load and accept parameters, etc.
 
I code in VB.net so I am cannot give you C# code.
 
Regards,
 
John W.
http://www.CustomReportWriters.net - www.CustomReportWriters.net



Print Page | Close Window