Click or drag to resize

StiCalcDataColumn Constructor (String, String, Type, String)

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,
	string alias,
	Type type,
	string value
)

Parameters

name
Type: SystemString
A name of column.
alias
Type: SystemString
An alias of column.
type
Type: SystemType
A type of data of column.
value
Type: SystemString
A value for calculated data column.
See Also