[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ParameterTypeConverter

ParameterTypeConverter Class

Represents the parameter type converter.

Inheritance
ParameterTypeConverter
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class ParameterTypeConverter : TypeConverter

Constructors

Name Description
ParameterTypeConverter()

Methods

Name Description
CanConvertTo(ITypeDescriptorContext, Type)

Returns whether this converter can convert the object to the specified type, using the specified context.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the given value object to the specified type, using the specified context and culture information.

Extension Methods