Click or drag to resize

StiUserNameAndPassword Constructor

Initializes a new instance of the StiUserNameAndPassword class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiUserNameAndPassword(
	string userName,
	string password
)

Parameters

userName
Type: SystemString

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

password
Type: SystemString

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

See Also