[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.FindStatusToMessageVisibilityConverter.ConvertBack

ConvertBack Method

ConvertBack(object, Type, object, CultureInfo)

Converts the Visibility value back to the GrapeCity.Viewer.Common.ViewModel.FindStatus.

Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value

The target data being passed to the source.

Type targetType

The Type of data expected by the source object.

object parameter

An optional parameter to be used in the converter logic.

CultureInfo culture

The culture of the conversion.

Returns
Type Description
object

The value to be passed to the source object.

Implements
Exceptions
Type Condition
NotImplementedException

Thrown always as this method is not implemented.