Returns whether the specified control exists in the collection.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public bool Contains( ReportControl value ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ value As ReportControl _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( ReportControl^ value ) |