Forum Discussion

sufregs's avatar
sufregs
Helper I
5 months ago
Solved

Paginated Report headers not repeating

Hi Everyone.  I have a paginated report that is a Tablix (one column report). It has 4 Row groups within it. My header is set on the COUNTY group (2nd one in hierarchy). I have been unablee to get t...
  • v-veshwara-msft's avatar
    v-veshwara-msft
    4 months ago

    Hi sufregs ,

    Thank you for your patience, and apologies for the delay. Also, thank you for sharing the RDL and data.

     

    I tested a similar configuration with the same settings (RepeatOnNewPage = True and KeepWithGroup = After on the header static members, along with page breaks between COUNTY instances), and in my test the header rows repeated correctly when the same group continued onto the next page.

     

     

     

    This suggests the behavior depends on how pagination occurs relative to the tablix hierarchy. In your report, since the data expands within nested groups (LA_PROP_CLASS and TAX_DIST_DESC_GRP), the pagination may be occurring at a different level than the COUNTY-level tablix member associated with the header, which can affect the repeat behavior.

     

    To improve consistency, you may consider aligning the header rows with the tablix member that spans across pages, or simplifying the grouping structure.

     

    Alternatively, if the headers are static, placing them in the report header section can ensure they appear on every page.

     

    For Reference:
    Grouping pane in a paginated report (Report Builder) 

     

    Attaching rdl file for reference.

    test_headers

     

    Hope this helps. Please reach out for further assistance.

    Thank you.

  • v-veshwara-msft's avatar
    v-veshwara-msft
    4 months ago

    Hi sufregs ,

     

    Thank you for the update.

    I understand the behavior you’re seeing. When the header is tied to the COUNTY group, it may not always repeat consistently, and when tied to the child group (LA_PROP), it repeats within the same page.

     

    This appears to be related to how RepeatOnNewPage works with nested groups, where the repeat behavior depends on the group the header is associated with and how pagination occurs.

     

    If restructuring the grouping is not feasible, one possible approach is to keep the header at the COUNTY level and adjust the layout to reduce the impact of nested groups on pagination. Otherwise, this may be considered a limitation of the current tablix rendering behavior.

     

    Please let me know once you are able to test the sample RDL.