I am having a problem when displaying a .rdl report in .NET Report Viewer in a Windows form. I've designed a report with a matrix and a few adjacent groups in Visual Studio 2008 with the Business Intelligent template. The report can be previewed very well in Visual Studio designer. But when I was running it from our application (Windows based, developed in Visual Studio 2010), The cells within the adjacent groups are missing. Please refer to the following images:
Report previewed from VS 2008 Designer

Report displayed from our application

The report viewer component we are using and the version number are:
Microsoft.ReportViewer.Common.dll (10.0.30319.1)
Microsoft.ReportViewer.WinForms.dll (10.0.30319.1)
The row group structure is as below:

Has anybody got any ideas?