Reporting

Creates an instance of the type that this MarginsConverter is associated with, using the specified context, given a set of property values for the object.

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

Syntax

C#
public override Object CreateInstance(
	ITypeDescriptorContext context,
	IDictionary propertyValues
)
Visual Basic
Public Overrides Function CreateInstance ( _
	context As ITypeDescriptorContext, _
	propertyValues As IDictionary _
) As Object

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
propertyValues
Type: System.Collections..::..IDictionary
An System.Collections.IDictionary of new property values.

Return Value

An System.Object representing the given System.Collections.IDictionary, or null if the object cannot be created.

Version Information

Supported in: 1.0.1

See Also