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