Show or hide the Footer:
Same as header we have to put an rectangle box in the
footer, in that rectangle put what element we want to show in the footer.
Now we want show the footer in the last page of report means,
set the visibility property for the rectangle box like given below:
=Iif (Globals!PageNumber=Globals!TotalPages, false,true)
This means the report is more than one page mean the footer
only show in the last page of the report the remaining page of the footer is
hide by the given code.
No comments:
Post a Comment