I am using Visual Studio 2010 with SQL Server 2012
I have made an SSRS report called internationaldomestic.rdl. I have not begun decorating the report yet. I am first trying to get the layout correct. All is well so far except the group values repeat for section header purposes.
I have a sample report called portfolioappraisal.rdl which has a similar layout as internationaldomestic.rdl but the section headers do not repeat.This is my desired output. I cannot figure out how the designer of the sample report got this to work. I Have merged the cells where the group value field is but I can't prevent the detail from being repeated. Please see images below.
Here is the design tab of the report. Note the repeating detail which I cannot eliminate
Here is the preview tab. Note how for example Energy repeats over and over. I want it to appear only once at the top of the section.
Now here is the design of the sample report. Somehow they were able to get the detail denoted by the three lines to appear only once.
Here is the preview. I am not concerned about the design elements just now. I just want to replicate this type of layout with the section header appearing only once. For example Materials appears just once.
Here are links to the two rdl files.
International Domestic
https://dl.dropboxusercontent.com/u/87501202/InternationalDomestic.rdl
Portfolio Appraisal
https://dl.dropboxusercontent.com/u/87501202/PortfolioAppraisal.rdl
Thank you for your help.