Registers a new adapter type.

Namespace:  PerpetuumSoft.Reporting.Export.Xps
Assembly:  PerpetuumSoft.Reporting.Export.Xps (in PerpetuumSoft.Reporting.Export.Xps.dll) Version: 3.9.0.1

Syntax

C#
public static void RegisterAdapter(
	Type controlType,
	Type adapterType
)
Visual Basic (Declaration)
Public Shared Sub RegisterAdapter ( _
	controlType As Type, _
	adapterType As Type _
)
Visual C++
public:
static void RegisterAdapter(
	Type^ controlType, 
	Type^ adapterType
)

Parameters

controlType
Type: System..::.Type
adapterType
Type: System..::.Type

See Also