AJE Components
ReportDataTableBase LoadDataRows Method AJE Data Report Engine Help
Function Loads the Data Rows for the Data Table based on the Criteria against the Data Source.

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

public List<DataRow> LoadDataRows(
	string Criteria = ""
)

Return Value

Type: OnlineList OnlineDataRow 
Remarks

See Also