Returns whether the specified ReportControl can be placed to the controls collection.

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

Syntax

C#
public virtual bool IsValidChild(
	ReportControl c
)
Visual Basic (Declaration)
Public Overridable Function IsValidChild ( _
	c As ReportControl _
) As Boolean
Visual C++
public:
virtual bool IsValidChild(
	ReportControl^ c
)

Implements

IContainerControl..::.IsValidChild(ReportControl)

See Also