Click or drag to resize

StiDataParameter Constructor (String, String, Int32, Int32)

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,
	string value,
	int type,
	int size
)

Parameters

name
Type: SystemString

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

value
Type: SystemString

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

type
Type: SystemInt32

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

size
Type: SystemInt32

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

See Also