Click or drag to resize

StiSimpleTextSetText Method (Object, String, Boolean)

Sets the text value in all printed objects.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void SetText(
	Object getValue,
	string value,
	bool isRunning = false
)

Parameters

getValue
Type: SystemObject

[Missing <param name="getValue"/> documentation for "M:Stimulsoft.Report.Components.StiSimpleText.SetText(System.Object,System.String,System.Boolean)"]

value
Type: SystemString
Value for setting.
isRunning (Optional)
Type: SystemBoolean

[Missing <param name="isRunning"/> documentation for "M:Stimulsoft.Report.Components.StiSimpleText.SetText(System.Object,System.String,System.Boolean)"]

See Also