Registers a new type of the adapter.

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 RegisterFillAdapter(
	Type fillType,
	Type adapterType
)
Visual Basic (Declaration)
Public Shared Sub RegisterFillAdapter ( _
	fillType As Type, _
	adapterType As Type _
)
Visual C++
public:
static void RegisterFillAdapter(
	Type^ fillType, 
	Type^ adapterType
)

Parameters

fillType
Type: System..::.Type
adapterType
Type: System..::.Type

See Also