Returns HtmlAdapter instance corresponding to the given control type.

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

Syntax

C#
public HtmlAdapter FindAdapter(
	Type type
)
Visual Basic (Declaration)
Public Function FindAdapter ( _
	type As Type _
) As HtmlAdapter
Visual C++
public:
HtmlAdapter^ FindAdapter(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also