AJE Components
ReportDataSource GetDistinctValues Method AJE Data Report Engine Help
Method to get distinct values for the column in the report source dataset

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

public ArrayList GetDistinctValues(
	string ColumnName,
	string Criteria
)

Return Value

Type: OnlineArrayList
List of distinct values
See Also