Click or drag to resize

StiDataColumn Constructor (String, String, Type)

Creates a new object of the type StiDataColumn.

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

Parameters

name
Type: SystemString
Name of column.
alias
Type: SystemString
Alias of column.
type
Type: SystemType
Type of data of column.
See Also