Wednesday, March 27, 2013

SSRS 2008R2-Tablix report header not repeating



Error: Tablix report header not repeating

Solution: Follow the below steps to show report header in the tablix reports.

1. Go to the Column Groups and right click the triangle ->Then check the Advanced Mode.



2. Next Come to the Row Groups and Click F4 to see the properties.



3. Set the following properties in the tablix member as per the highlighted green colour box.

·         Fixed data to ‘True’
·         Keep with Group to 'After'
·         Repeat on New Page to 'True'


5. Then Save the report and Preview.

As expected, the report features like Repeat headers on Each Page and header visible while scrolling is working fine!

No comments:

Post a Comment

MYSQL::Setting Validate_Password componet for MySQL Database to ensure password policy settings

Inadequate Password Settings for MySQL Database We observed that the `validate_password%` settings on hostname `<insert hostname>` a...