ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Controls Namespace / LayoutUtils Class / GetBottomMostControlInfo Method
An instance of the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.IControlRendering to use to access the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfoFactory
The control to get the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfo for.

In This Topic
    GetBottomMostControlInfo Method
    In This Topic
    Gets the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfo from the bottom most control if the control passed in is a GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ILayoutContainer. If not it gets the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfo for the control passed in.
    Syntax
    'Declaration
     
    Public Shared Function GetBottomMostControlInfo( _
       ByVal controlRendering As IControlRendering, _
       ByVal control As Control _
    ) As ControlInfo
    public static ControlInfo GetBottomMostControlInfo( 
       IControlRendering controlRendering,
       Control control
    )

    Parameters

    controlRendering
    An instance of the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.IControlRendering to use to access the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfoFactory
    control
    The control to get the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfo for.

    Return Value

    The GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfo for the control.
    See Also