Base class for all ReportDesigner tools.

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

Syntax

C#
public class DesignerToolControl : UserControl, 
	IDesignerTool
Visual Basic (Declaration)
Public Class DesignerToolControl _
	Inherits UserControl _
	Implements IDesignerTool
Visual C++
public ref class DesignerToolControl : public UserControl, 
	IDesignerTool

Inheritance Hierarchy

See Also