Click or drag to resize

StiTypesCollectionRegType Method

Registers type.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void RegType(
	string name,
	Type type
)

Parameters

name
Type: SystemString
Name of type.
type
Type: SystemType
Type.
See Also