In my report I have 1 tablix with 1 row group and 1 column group. When I deployed, my report showed me the following error :
Warning : The tablix 'Tablix1' has an incorrectly set FixedData property within the TablixRowHierarchy. Only the outermost TablixMembers in a hierarchy can have FixedData set to true.
In my column & row group -fixedData
is set to true. If I want to set to false, I received the following report : report is invalid. I think the error is not in FixedData, but where?
How can I fix it?