Finds the ReportControl's parent.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public override IContainerControl FindParent(
	ReportControl c
)
Visual Basic (Declaration)
Public Overrides Function FindParent ( _
	c As ReportControl _
) As IContainerControl
Visual C++
public:
virtual IContainerControl^ FindParent(
	ReportControl^ c
) override

See Also