AJE Components
EngineClassBase CopyProperties T1, T2  Method (T1, T2)AJE Data Report Engine Help
Copies the Properties by Name of the Source Object to the Destination Object.

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

public void CopyProperties<T1, T2>(
	T1 src,
	T2 dest
)

Parameters

src
Type: T1
dest
Type: T2
Type Parameters

T1
T2
Remarks

See Also