![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
i need crystall report print button support insted of exporting to pdf then print
Crystal reports are the most widely used reporting software.its print button is working on active X controls. due to the i am not able to use direct print button.
so please help me to provide a plugin for crystal report
Crystal reports are the most widely used reporting software.its print button is working on active X controls. due to the i am not able to use direct print button.
so please help me to provide a plugin for crystal report
تمام جوابات (1)
Here is C# code for print crystal report
cryRpt.PrintToPrinter(2, true, 1, 2);
check this it will help you to print crystal reports
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-print.htm
It may help you.
merca.