Reporting

Checks the possibility to convert from a different object type

Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)
Visual Basic
Public Overrides Function CanConvertFrom ( _
	context As ITypeDescriptorContext, _
	sourceType As Type _
) As Boolean

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
sourceType
Type: System..::..Type
The type to convert from

Return Value

True if conversion is possible

Version Information

Supported in: 1.0.1

See Also