AJE Components
ReportDataSource GetDataRows Method AJE Data Report Engine Help
Functions gets the Data Rows for the Data Context 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> GetDataRows(
	string Criteria = ""
)

Return Value

Type: OnlineList OnlineDataRow 
Remarks

See Also