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,