Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How can i print of report in button click?
How can i make a A total of a single column data in crystal report?
can any one give me some sort of hint?
Posted
Updated 9-Dec-10 1:59am
v2

Sure, more than hints:

How can i print of report in button click?
Well, all you need is to call the print method of the printviewer in your button click event.

How can i make a A total of a single column data in crystal report?
You can always have a running total of any column. Just look at the properties of the column and look for the option.

For learning more about features of report, start from here: Idiot's Guide to Crystal Reports, Part I - Winforms[^]
 
Share this answer
 
Here take a look at this one which is explained very well.

Automatically Printing Crystal Reports in ASP.NET[^] (Both server side & client side)
 
Share this answer
 
i use iis7 with asp.net 2005
on win server 2008 r2 64bit
and my printer it is network printer
and use server side to print
this code work correct from visual studio but when publish application and make print from url i get this error:
.Invalid printer specified.><><>< at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.ModifyPrinterName(String newVal).. at CrystalDecisions.CrystalReports.Engine.PrintOptions.set_PrinterName(String value).. at VisitRegister.PrintDirectlyFromServer(String idIndex)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900