AJE Components
ReportDataSource GetDataTable Method (DataSet, DataTable,  DataRow , Int32, Int32)AJE Data Report Engine Help
Function gets a copy of the Data Table from the Data Rows.

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

public DataTable GetDataTable(
	DataSet DataSet,
	DataTable DataTable,
	DataRow[] DataRows,
	int RowLimit,
	int RowStart = 0
)

Return Value

Type: OnlineDataTable
Remarks

See Also