Hi,
The books online clearly say there is a real difference between Page Headers
and Report Headers. And I think I understand that difference.
The documentation show how to create and update Page Headers, but I can not
find out how to turn on Report Headers and how to update them with header
items.
I have looked through the menus and can not find any references to Report
Headers. How do I do it.
thanks,
hughHi Hugh,
We can not have Report Headers and Footers directly.
In order to get more fine-grained control, you could use conditional
visibility on textboxes in the page header/footer, to achieve the report
header/footer effect. For instance, create a rectangle and set the
Visibility.Hidden expression to
=(Globals!PageNumber <> 1) ' for
report header
=(Globals!PageNumber <> Globals!TotalPages) ' for report footer
Then move all the textboxes for the report header/footer inside that
rectangle.
Thank you for your patience and cooperation. If you have any questions or
concerns, don't hesitate to let me know. We are always here to be of
assistance!
Sincerely yours,
Michael Cheng
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================This posting is provided "AS IS" with no warranties, and confers no rights.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment