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