Adds the specified control type to the registered controls list.

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

Syntax

C#
public static void RegisterWizardType(
	Type wizardType
)
Visual Basic (Declaration)
Public Shared Sub RegisterWizardType ( _
	wizardType As Type _
)
Visual C++
public:
static void RegisterWizardType(
	Type^ wizardType
)

Parameters

wizardType
Type: System..::.Type

See Also