Functions gets the current Data Rows for the Data Table based on the Criteria against the Data Source.
Namespace: AJE.DataReportEngineAssembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
public List<DataRow> GetDataRows(
string Criteria = ""
)
public List<DataRow> GetDataRows(
string Criteria = ""
)
Public Function GetDataRows (
Optional Criteria As String = ""
) As List(Of DataRow)
Public Function GetDataRows (
Optional Criteria As String = ""
) As List(Of DataRow)
public:
List<DataRow^>^ GetDataRows(
String^ Criteria = L""
)
public:
List<DataRow^>^ GetDataRows(
String^ Criteria = L""
)
Return Value
Type:
List
DataRow