I have a report that loads fine when using ReportProcessor.RenderReport(), but when I attempt to load it into a ReportViewer the report never shows up. I only see the ReportViewer bar and if I click on any buttons on it I get OnCommand error popups (i.e. OnCommand: NextPage). I have the ReportViewer in a .ascx file and in the .ascx load event handler I assign its report property. Any idea on why those OnCommand errors would show up or what's going wrong here? Is there some kind of issue to look out for when loading reports into a report viewer on a .ascx? I'm also using turtoise subversion, could that have to do with it?