Hi i have report where i am using a Table.This has 3 header rows and one detail row where iam showing a list of products.Now i want to repeat only the 1st header row on each page while the other two headers need to be shown on 1st page.
Due to design constraints, i cannot move these header rows to the report header part.
I have tried the following settings for the static rows:
KeepTogether : true for 1st row and false for the other two
KeepWithGroup:After for 1st row and None for the other two
RepeatonNewPage:True
But it throws an error saying the KeepWithGroup has to be the same as of the DymanictablixMember and the expected value is After.
I would like to know if its possible at all in SSRS to repeat only the static headers we want or is it a fixed thing that you either repeat all or none.
Thanks