Sunday, February 19, 2012

Display problem using FixedHeader

How do I keep a Page Header visible on screen if, in the Body of the report, a Table exists where the rows need to be scrolled?

Hmmmm ok If you open table properties under the general tab you will see a check box entitled

"Header should remain visible while scrolling" check it and your header will remain whil scrolling

km

|||

There is not property called FixedHeader for page header, it's there only for table. So, remove the page header and have the same information in your table header row and then set FixedHeader to true in your table. And also set RepeatHeaderOnNewPage property to true so that it behaves just like a page header.

Shyam

No comments:

Post a Comment