Click or drag to resize

StiEditableItem Constructor (Int32, Int32, String, String)

Initializes a new instance of the StiEditableItem class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiEditableItem(
	int pageIndex,
	int position,
	string componentName,
	string textValue
)

Parameters

pageIndex
Type: SystemInt32

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

position
Type: SystemInt32

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

componentName
Type: SystemString

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

textValue
Type: SystemString

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

See Also