Click or drag to resize

StiCsvDatabase Constructor (String, String, Int32, String)

Initializes a new instance of the StiCsvDatabase class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCsvDatabase(
	string name,
	string pathData,
	int codePage,
	string separator
)

Parameters

name
Type: SystemString

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

pathData
Type: SystemString

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

codePage
Type: SystemInt32

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

separator
Type: SystemString

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

See Also