Displaying report name or anything only at the last page of report.
For displaying report name or anything only at the last page of report.
then click on the text box, go to the properties panel at the rite side.
there is an option of "Hidden".
write this expression in the hidden values
expression is : =IIF(Globals!TotalPages=Globals!PageNumber,False,True)
then click on the text box, go to the properties panel at the rite side.
there is an option of "Hidden".
write this expression in the hidden values
expression is : =IIF(Globals!TotalPages=Globals!PageNumber,False,True)
Comments
Post a Comment