Base class for all container controls.

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

Syntax

C#
public class ContainerControl : ReportControl, 
	IContainerControl
Visual Basic (Declaration)
Public Class ContainerControl _
	Inherits ReportControl _
	Implements IContainerControl
Visual C++
public ref class ContainerControl : public ReportControl, 
	IContainerControl

Inheritance Hierarchy

See Also