ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / SectionAt Method
Screen point.

In This Topic
    SectionAt Method
    In This Topic
    Returns the section at the specified point.
    Syntax
    'Declaration
     
    Public Function SectionAt( _
       ByVal point As Point _
    ) As Object
    public object SectionAt( 
       Point point
    )

    Parameters

    point
    Screen point.

    Return Value

    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.
    See Also