Click or drag to resize

StiCsvSource Constructor (String, String, String, Int32)

Initializes a new instance of the StiCsvSource class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCsvSource(
	string path,
	string name,
	string alias,
	int codePage
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Stimulsoft.Report.Dictionary.StiCsvSource.#ctor(System.String,System.String,System.String,System.Int32)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiCsvSource.#ctor(System.String,System.String,System.String,System.Int32)"]

alias
Type: SystemString

[Missing <param name="alias"/> documentation for "M:Stimulsoft.Report.Dictionary.StiCsvSource.#ctor(System.String,System.String,System.String,System.Int32)"]

codePage
Type: SystemInt32

[Missing <param name="codePage"/> documentation for "M:Stimulsoft.Report.Dictionary.StiCsvSource.#ctor(System.String,System.String,System.String,System.Int32)"]

See Also