We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 1 답장
  • 1 이 문제를 만남
  • 6 보기
  • 최종 답변자: 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.