Returns a ReportControl object that is found in the location specified by the given PointF.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public virtual ReportControl ControlAt( PointF point ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function ControlAt ( _ point As PointF _ ) As ReportControl |
| Visual C++ |
|---|
public: virtual ReportControl^ ControlAt( PointF point ) |
Parameters
- point
- Type: System.Drawing..::.PointF