Skip to Content
0
Apr 25, 2020 at 07:10 AM

Crystal Report Print Event

180 Views Last edit May 11, 2020 at 12:55 PM 2 rev

Hi Experts!

I am using the Crystal report vs 13 with the ASP.NET entity framework and C#. When clicking the Crystal report Print button, it postbacks. That resets the report data source. So, I want to catch the Reportviewer's Print event so I assign data source from the session I have on my code, rather than retrieving data from DB.

thanks,