cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report Print and Export events - Web Forms

0 Kudos

Hi -

I am working with ASP web forms, and I wanted to update a set of records when the Crystal Report Print or export button is clicked. Can anyone help me how can I detect that the report's Print or export event is fired?

Or is there any other solution, such as I can achieve it through Java script ?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

In Visual Studio you can click the lightening bolt to get to the list of Viewer Events, add a routine for the Print button and Export click events.

That's the only way for CR to capture the trigger.

Other option would be to look for the output file name using the file system.

Don

Answers (2)

Answers (2)

0 Kudos

Hi Williams - How this update will help me? I need a print/export event, or a Javascript code to print my report's all pages.

0 Kudos

There's a bug in SP 25, 26 and 27 for Viewer Events.

SP 28 was just released today... may need to give it a few hours before link active..

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Don