Package org.idempiere.print
Interface IReportContentRenderer
- All Known Implementing Classes:
JasperPrintRenderer
public interface IReportContentRenderer
Generates report content without depending on a user interface toolkit.
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(String contentType, String fileExtension) default int
-
Method Details
-
getContent
-
getSupportedContentTypes
ReportContentType[] getSupportedContentTypes() -
getRowCount
default int getRowCount()
-