[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.SectionAt

SectionAt Method

SectionAt(Point)

Retrieves the section located at the specified point within the designer surface.

Declaration
public object SectionAt(Point point)
Parameters
Type Name Description
Point point

A Point representing the location on the designer surface for which the corresponding section is sought.

Returns
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.

Remarks

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.