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
)
Public Overridable Sub SetText (
getValue As Object,
value As String,
Optional isRunning As Boolean = 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