Returns whether the specified control can be placed into the container.

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

Syntax

C#
bool IsValidChild(
	ReportControl c
)
Visual Basic (Declaration)
Function IsValidChild ( _
	c As ReportControl _
) As Boolean
Visual C++
bool IsValidChild(
	ReportControl^ c
)

See Also