cancel
Showing results for 
Search instead for 
Did you mean: 

Can I Catch Export Event in ASP C#.Net

Former Member
0 Kudos

I am trying to do somthing like "loading status" when user export a large PDF from crystal report. So that I would like to know it have any method to catch the export event in ASP c#.net?

Thank very much!

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Steven,

Doesn't appear to be available:

What you can do is replace the viewers Export button with your own export button then you can capture it.

If you search, top right corner, there may be a kbase article on how to replace the export button.

You'll basically need to use a postback method to tell the app the user clicked on it also.

Don

Answers (0)