Gets the name for the given wizards type.

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

Syntax

C#
public static string GetWizardName(
	Type wizardType
)
Visual Basic (Declaration)
Public Shared Function GetWizardName ( _
	wizardType As Type _
) As String
Visual C++
public:
static String^ GetWizardName(
	Type^ wizardType
)

Parameters

wizardType
Type: System..::.Type

See Also