Implements Add(Object).

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

Syntax

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

See Also