AJE Components
EngineClassBase PropertiesToXML Method AJE Data Report Engine Help
Returns a Copy of the Object Properties to a XML formatted String.

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

public virtual string PropertiesToXML(
	string Indent = "",
	bool IncludeBase = false
)

Parameters

Indent (Optional)
Type: OnlineSystem String
Optional Indent.
IncludeBase (Optional)
Type: OnlineSystem Boolean
Option to Include Properties from Base Classes.

Return Value

Type: OnlineString
Remarks

See Also