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
)
Public Sub RegType (
name As String,
type As Type
)
Parameters
- name
- Type: SystemString
Name of type. - type
- Type: SystemType
Type.
See Also