Adds the specified control to the collection.

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

Syntax

C#
public ReportControl Add(
	ReportControl value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As ReportControl _
) As ReportControl
Visual C++
public:
ReportControl^ Add(
	ReportControl^ value
)

See Also