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
)
Public Sub New (
name As String,
alias As String,
type As Type,
value As String
)
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