Click or drag to resize

StiCalcDataColumn Constructor (String, Type)

Creates a new object of the type StiCalcDataColumn.

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

Parameters

name
Type: SystemString
A name of column.
type
Type: SystemType
A type of data of column.
See Also