[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Framework.Converters.MultiValueInfoConverter.ConvertBack

ConvertBack Method

ConvertBack(object, Type[], object, CultureInfo)

Converts a binding target value to the source binding values.

Declaration
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value

The value that the binding target produces.

Type[] targetTypes

The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.

object parameter

The converter parameter to use.

CultureInfo culture

The culture to use in the converter.

Returns
Type Description
object[]

An array of values that have been converted from the target value back to the source values.

Implements
Exceptions
Type Condition
NotImplementedException

Thrown always as this method is not implemented.