Click to See Complete Forum and Search --> : Can't Print Fields or Formulas in Report/Page Footer


fernando6
December 29th, 2009, 10:26 AM
If i put a field or a formula in report or page footer it wont print. I'm using asp.net with vs 2008. If I place a text object or a summary it prints. How can i print a formula in report footer?. It's strange because in the report preview i can view it, but in the report viewer cant.

fernando6
December 29th, 2009, 11:12 AM
i´ve been doing some tests, and i figured out that the problem is that i linked the report with a database view, anda when i pass the data table from .net the fields in the footer doesn't bind correctly. If i use sqldatasource with the reportviewer, it shows ok. How can i fix this?