Initializes a new instance of the CommonWizardForm class.

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

Syntax

C#
public CommonWizardForm(
	WizardBase wizard,
	IReportDesignerService rds
)
Visual Basic (Declaration)
Public Sub New ( _
	wizard As WizardBase, _
	rds As IReportDesignerService _
)
Visual C++
public:
CommonWizardForm(
	WizardBase^ wizard, 
	IReportDesignerService^ rds
)

See Also