[]
Retrieves the section located at the specified point within the designer surface.
public object SectionAt(Point point)
Type | Name | Description |
---|---|---|
Point | point | A Point representing the location on the designer surface for which the corresponding section is sought. |
Type | Description |
---|---|
object | An object representing the section found at the specified location. The exact type of the object returned depends on the type of report being designed. |
This method determines the section that corresponds to a given point on the designer surface. The behavior of this method depends on the type of report currently being designed.