Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 IRenderingExtension - NeedsHeaderFooterEvaluation

Author  Topic 

bushfoot
Yak Posting Veteran

53 Posts

Posted - 2008-10-24 : 14:49:10
I have a class that implements IRenderingExtension. When I use the Parameter objects in the page header the NeedsHeaderFooterEvaluation is true.

According to MSDN if TRUE then I need to add all of the report items to a PageReportItems object that are completely contained on the page.

Does this mean that anywhere on my report where I do Fields! or Parameters! have to be added to this collection? Can I just add the ones that are in the header?

Has anyone run into this? Does anyone have a sample?
   

- Advertisement -