Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

i need crystall report print button support insted of exporting to pdf then print

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 7 προβολές
  • Τελευταία απάντηση από dellmerca

more options

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)

more options

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.