I have an application which uses the ReportViewer control to load up some SSRS reports and display them within the app. We have some custom code that runs on the RenderingBegin and RenderComplete events which does various things with the data. We want to be able to run these reports using the SSRS scheduling and not have them be dependent on the application, but I can't find a way to fire off related events within the SSRS reports themselves.

There is a code window in the SSRS designer where you can add some custom code, but that seems mainly related to display and the like and doesn't look like it has anything related to event handling. Is that possible within SSRS or am I going to need to have it bound to a .NET application in order to have that sort of thing happen?