I wish to programmatically suppress a group.
Accorinding to p296 of 2nd edition, the
VB code is
myReport.ReportDefinition.Areas.Item(1).AreaFormat .EnableSuppress = True
in c#, as I type, it lets me get upto
myReport.ReportDefinition.Areas.
but then there is not an Item
What is the equivalent code?