Click or drag to resize

StiDBaseDatabase Constructor (String, String, Int32, String)

Initializes a new instance of the StiDBaseDatabase class

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

Parameters

name
Type: SystemString

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

pathData
Type: SystemString

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

codePage
Type: SystemInt32

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

key
Type: SystemString

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

See Also