[]
Converts a parameter type to a Visibility enum value.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object | value | The report parameter type. |
| Type | targetType | The type of the binding target property. |
| object | parameter | A string indicating the editor type: "booleanEditor" for boolean, "textEditor" for float, int, or string, "dateEditor" for datetime. |
| CultureInfo | culture | The culture to use in the converter. |
| Type | Description |
|---|---|
| object | A Visibility value based on the parameter type and specified editor type. |