I'm using the MicrosoftReportViewer in VS2008, to display a report in a asp.net applicaiton (mvc).
I have a subreport on my report.
In my footer on the subreport, I have a textbox that displays the sum of one of the columns. and another text box with a label for the sum box.
Neither of these show up in my report when I run it. All of the data in the body shows up fine.
If I move the textboxes to the bottom of the body of the report, it says I cant have an aggregate funciton that is not in a header or a footer.
I created the footer originally to solve the aggregate problem, so I have not tweaked any settings from stock, if that's a clue.
Any one know what I need to do to get my footer to show uop?
Any help or hints are Appreicated.
C-