AJE Components
EngineClassBase SerializeMe Method AJE Data Report Engine Help
Serializes the Object and writes the XML document to a String and optionally to a File.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public virtual string SerializeMe(
	string PathName = "",
	string XMLPrefex = "",
	string XMLNS = ""
)

Return Value

Type: OnlineString
Remarks

See Also