Gets the name for the given wizards type.
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: 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