Returns whether the specified control can be placed into the band.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public override bool IsValidChild( ReportControl c ) |
Visual Basic (Declaration) |
---|
Public Overrides Function IsValidChild ( _ c As ReportControl _ ) As Boolean |
Visual C++ |
---|
public: virtual bool IsValidChild( ReportControl^ c ) override |