In SSRS 2005 (and 2008 I would imagine) you can provide functions to the reports, and if I'm not mistaken, whole assemblies as well, which allow you to perform some type of work before the report is rendered.
Does anyone know at what point in the ASP.NET page life-cycle is this function compiled and / or executed?
I would tend to think it's executed On_Render, but that's obviously just a guess.
Does anyone have any insight, and does a SSRS 2008 Report same functionality, and if so, at what point that that execute?