Creates wizard instance.

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

Syntax

C#
public static WizardBase CreateWizard(
	Type wizardType
)
Visual Basic (Declaration)
Public Shared Function CreateWizard ( _
	wizardType As Type _
) As WizardBase
Visual C++
public:
static WizardBase^ CreateWizard(
	Type^ wizardType
)

Parameters

wizardType
Type: System..::.Type

See Also