In SQL Server Reporting Services 2008, I cannot always fix the Header row of a Tablix. Right-clicking the tablix and checking Repeat header rows on each page
accomplishes nothing. Expanding the group panes to Advanced View and right-clicking numerous (Static)
row group sections and changing properties RepeatOnNewPage
to True
works only if done in conjunction with setting KeepWithGroup
to After
.
But that often disallows compilation since it is considered an rsInvalidKeepWithGroupOnDynamicTablixMember
error: Visial Studio 2008 tells me ...A TablixMember that is dynamic (i.e., has a Group specified) or has dynamic descendants must have the KeepWithGroup property set to "None". It seems random as to whether I can set this property on this (Static)
tablix member.
Is there an easy, intuitive way to fix a header row on an SSRS 08 Tablix?