middlename
Programmer
Based on formula (TotalPageCount=3) I need to hide group footer dynamically (using ASP pages).
I know that following code will hide a group footer:
Set session("sections")=session("oRpt").Sections
Set session("Fotter")=session("sections").Item("GF1")
Session("Footer").Visible=1
but I need to hide the footer based on TotalPageCount=3 formula.
Any clue?
Thanks.
I know that following code will hide a group footer:
Set session("sections")=session("oRpt").Sections
Set session("Fotter")=session("sections").Item("GF1")
Session("Footer").Visible=1
but I need to hide the footer based on TotalPageCount=3 formula.
Any clue?
Thanks.