Wednesday, June 6, 2012

how to Display Group Footer in Last page?

Hi,
Today while working , i got problem that "our client want Group Footer should display only in display". After doing lot of R&D   i found the solution.
For Group footer Write following Hidden/Supress expression :
 =IIF(Last(Fields!Field Name.Value,"GroupName")=Last(Fields!Fields Name.Value,"Dataset Name),False,True)

If you execute, you notice that group summation will appear only last page. this is because of above hidden or suppress expression.

No comments:

Post a Comment