Returns adapter type by the fill 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 Type FindFillAdapterType(
	Type type
)
Visual Basic (Declaration)
Public Shared Function FindFillAdapterType ( _
	type As Type _
) As Type
Visual C++
public:
static Type^ FindFillAdapterType(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also