Click or drag to resize

StiTextWrite Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.StiText.Write(Stimulsoft.Base.StiObjectStringConverter,System.String,System.Object,System.Xml.XmlTextWriter)"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected void Write(
	StiObjectStringConverter converter,
	string name,
	Object obj,
	XmlTextWriter tw
)

Parameters

converter
Type: Stimulsoft.BaseStiObjectStringConverter

[Missing <param name="converter"/> documentation for "M:Stimulsoft.Report.Components.StiText.Write(Stimulsoft.Base.StiObjectStringConverter,System.String,System.Object,System.Xml.XmlTextWriter)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Components.StiText.Write(Stimulsoft.Base.StiObjectStringConverter,System.String,System.Object,System.Xml.XmlTextWriter)"]

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Stimulsoft.Report.Components.StiText.Write(Stimulsoft.Base.StiObjectStringConverter,System.String,System.Object,System.Xml.XmlTextWriter)"]

tw
Type: XmlTextWriter

[Missing <param name="tw"/> documentation for "M:Stimulsoft.Report.Components.StiText.Write(Stimulsoft.Base.StiObjectStringConverter,System.String,System.Object,System.Xml.XmlTextWriter)"]

See Also