Removes the specified control from the collection.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void Remove( ReportControl value ) |
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ value As ReportControl _ ) |
Visual C++ |
---|
public: void Remove( ReportControl^ value ) |