Click or drag to resize

StiSettingsGetInt Method (String, String, Int32, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.StiSettings.GetInt(System.String,System.String,System.Int32,System.Boolean)"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static int GetInt(
	string key,
	string subkey,
	int nullValue,
	bool isZoom = false
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.StiSettings.GetInt(System.String,System.String,System.Int32,System.Boolean)"]

subkey
Type: SystemString

[Missing <param name="subkey"/> documentation for "M:Stimulsoft.Report.StiSettings.GetInt(System.String,System.String,System.Int32,System.Boolean)"]

nullValue
Type: SystemInt32

[Missing <param name="nullValue"/> documentation for "M:Stimulsoft.Report.StiSettings.GetInt(System.String,System.String,System.Int32,System.Boolean)"]

isZoom (Optional)
Type: SystemBoolean

[Missing <param name="isZoom"/> documentation for "M:Stimulsoft.Report.StiSettings.GetInt(System.String,System.String,System.Int32,System.Boolean)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Report.StiSettings.GetInt(System.String,System.String,System.Int32,System.Boolean)"]

See Also