Adds the specified control type to the registered controls list.

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

Syntax

C#
public static void RegisterControlType(
	Type ControlType
)
Visual Basic (Declaration)
Public Shared Sub RegisterControlType ( _
	ControlType As Type _
)
Visual C++
public:
static void RegisterControlType(
	Type^ ControlType
)

Parameters

ControlType
Type: System..::.Type

See Also