Click or drag to resize

StiJsonDatabase Constructor (String, String, String)

Initializes a new instance of the StiJsonDatabase class

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

Parameters

name
Type: SystemString

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

pathData
Type: SystemString

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

key
Type: SystemString

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

See Also