Registers adapter for the export of report element to Xaml.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Export
Assembly:  PerpetuumSoft.Reporting.Silverlight.Export (in PerpetuumSoft.Reporting.Silverlight.Export.dll) Version: 1.0.1.0 (1.0.1.0)

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