We want to get the feedback from java crystal report viewer whether report is printed or not.Simply want to know print button is pressed by the user of print dialog.
Earlier we got feedback from VB6 viewer from bellow code,
.
CrystalReport.PrintingStatus.Progress
Do we have a method to get this from java viewer.It is a very important feature for us,
Thanks.