Patrick

Patrick

  • NA
  • 1
  • 0

Capturing the OK and Cancel Events after Exporting

Feb 4 2008 12:21 PM

I am using VB 2005. Is there any way to capture the OK and Cancel events after the user exports the file.

For example: the Export Dialog box appears with an OK and Cancel button after the following code is executed:

frmReportViewer.CrystalReportViewer1.ExportReport()

How can you capture whether the user has selected the OK or Cancel button?

Thanks

Pat