I have a Matrix report that I created in SSRS 2005. The first row group contains a two digit code with four possible values -- "02", "03", "04" and "16". When the report runs, it shows one entry for "02" and then contains blanks until it encounters the first "03" row. I know this "hide duplicates" behavior is by design for Matrix row groups. However, I need the row group code to display on each row. The report is being exported to Excel and there must be a value shown in this column.
I've experimented with the HideDuplicates property but there does not seem to be any method to turn off this function. Is there any technique that I can use so that this row group value can be displayed on each row?
Thank you.
David