Recently I was working on a reporting solution for a client when I ran across an interesting problem. I was writing a report in SSRS using multiple nested subreports that would roll up into the report. This has been a fairly common approach that I've used in the past. The difference in this case was the number of nested subreports. Specifically I was using three levels of reports, all of which used some form of data binding. I ran into an issue where the "grand-child" report would not render.
It is easiest to explain the situation using images. There are three reports. A top level, "master" report that we will refer to as the Parent. Within the Parent report there is a sub report that we will refer to as the Child. And within the Child report there is a sub report that we will refer to as the GrandChild.
Monday, July 28, 2014
Monday, July 21, 2014
Reminder: If you develop WebForms, you should be doing this…
There are plenty of posts out there about using the aspnet_compiler.exe tool.
http://mikehadlow.blogspot.com/2008/05/compiling-aspx-templates-using.html
http://odetocode.com/blogs/scott/archive/2006/10/17/what-can-aspnet_compiler-exe-do-for-me.aspx
I’m not writing this to shed any new light on the subject. I'm writing this to remind developers that you should be using this tool… period.
http://mikehadlow.blogspot.com/2008/05/compiling-aspx-templates-using.html
http://odetocode.com/blogs/scott/archive/2006/10/17/what-can-aspnet_compiler-exe-do-for-me.aspx
I’m not writing this to shed any new light on the subject. I'm writing this to remind developers that you should be using this tool… period.
Subscribe to:
Posts (Atom)