AJE Components
EngineClassBase PropertiesToString Method AJE Data Report Engine Help
Returns a Copy of the Object Properties to a Delimited String.

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

public virtual string PropertiesToString(
	string Delimiter = ";",
	bool IncludeBase = false
)

Parameters

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

Return Value

Type: OnlineString
Remarks

See Also