Interface WNCJRDataSource

All Superinterfaces:
net.sf.jasperreports.engine.JRDataSource
All Known Implementing Classes:
ReportTaskJRDataSource, ReportTemplateJRDataSource

public interface WNCJRDataSource extends net.sf.jasperreports.engine.JRDataSource
WNCJRDataSource sits on top of JRDataSource to facilitate additional API apart from JRDataSource. This JRDataSource implementation rely on philosophy of Jasper library, where each component like table/list/charts must have only one JRDataSource which we will provide via Constructor call from JRXML.

Supported API: true

Extendable: false