'Declaration Public ReadOnly Property Count As Integer
public int Count {get;}
The SectionCollection class does not have Add or Remove methods.
That is because the number of sections in a report is determined by then number of groups. To add or remove sections from the report, you need to add or remove groups.
SectionCollection Class SectionCollection Members