Click or drag to resize

StiType Constructor

Creates a new object of the type StiType.

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

Parameters

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