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