Using Crystal Reports .NET 2005 appears to have a problem while altering the height of a ReportObject at runtime if the type is of 'Box'
The Height property is part of the ReportObject class definition and is described with"Gets or sets the object height, in twips"
During runtime it is not writeable providing the error message "Height property is obsolete. Please use Bottom property to change the height"
Since bottom is not a recognized property of the ReportObject, it appears the box is implementing the DrawingObject which inherits the ReportObject but for some strange reason implements the sizing features Bottom and Right instead of Height and Width.
I just want to confer that enumerating the objects in a report has to be done using 2 different collections?