• Hi George,

    I've come across this problem before. What I did was to add an extra dataset to the subreport that always returns a value i.e.

    SELECT 1

    You don't have to add any fields from the dataset onto the report, I presume SSRS detects that there are rows returned. You should now see that the column headers appear in the subreport whether or not there is any data in the table.