Finds the control's parent.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public virtual IContainerControl FindParent( ReportControl c ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function FindParent ( _ c As ReportControl _ ) As IContainerControl |
| Visual C++ |
|---|
public: virtual IContainerControl^ FindParent( ReportControl^ c ) |