Click or drag to resize

StiXmlWriterWriteStartElementAndContent Method (String, String)

[Missing <summary> documentation for "M:Stimulsoft.Report.WCFService.StiXmlWriter.WriteStartElementAndContent(System.String,System.String)"]

Namespace:  Stimulsoft.Report.WCFService
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void WriteStartElementAndContent(
	string name,
	string content
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.WCFService.StiXmlWriter.WriteStartElementAndContent(System.String,System.String)"]

content
Type: SystemString

[Missing <param name="content"/> documentation for "M:Stimulsoft.Report.WCFService.StiXmlWriter.WriteStartElementAndContent(System.String,System.String)"]

See Also