Represents assembled report designer.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.Form
              PerpetuumSoft.Reporting.Designer..::.DesignerForm

See Also