StiDataColumn Constructor (String, 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 nameInSource,
string name,
string alias,
Type type
)
Public Sub New (
nameInSource As String,
name As String,
alias As String,
type As Type
)
Parameters
- nameInSource
- Type: SystemString
[Missing <param name="nameInSource"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataColumn.#ctor(System.String,System.String,System.String,System.Type)"]
- name
- Type: SystemString
Name of column. - alias
- Type: SystemString
Alias of column. - type
- Type: SystemType
Type of data of column.
See Also