Uses of Class
net.sf.jasperreports.engine.fill.SortedDataSource.SortRecord
-
Packages that use SortedDataSource.SortRecord Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of SortedDataSource.SortRecord in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type SortedDataSource.SortRecord Modifier and Type Method Description List<SortedDataSource.SortRecord>SortedDataSource. getRecords()Constructor parameters in net.sf.jasperreports.engine.fill with type arguments of type SortedDataSource.SortRecord Constructor Description SortedDataSource(DatasetSortInfo sortInfo, List<SortedDataSource.SortRecord> records, Integer[] recordIndexes)
-