ParameterTypeRegistrator.Register Method
| Name | Parameters | Description |
|---|---|---|
| Register(Type, String) static | type, displayName | Provides a custom parameter type with the specified display name to an Report Designer. |
| Register(Type) static | type | Provides a custom parameter type to an Report Designer. |
| Register<T>() static | none | Provides a custom parameter type to an Report Designer. |
| Register<T>(String) static | displayName | Provides a custom parameter type with the specified display name to an Report Designer. |