Initializes a new instance of the AlignForm class.

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

Syntax

C#
public AlignForm(
	ReportDesigner designer
)
Visual Basic (Declaration)
Public Sub New ( _
	designer As ReportDesigner _
)
Visual C++
public:
AlignForm(
	ReportDesigner^ designer
)

See Also