Click or drag to resize

StiDataParameter Constructor (String, Int32, Int32, String)

Creates a new object of the type StiDataParameter.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDataParameter(
	string name,
	int type,
	int size,
	string key
)

Parameters

name
Type: SystemString

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

type
Type: SystemInt32

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

size
Type: SystemInt32

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

key
Type: SystemString

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

See Also