|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessReport | |
| net.windward.bean | |
| net.windward.xmlreport | The reporting-specific part of Windward Reports. |
| Uses of ProcessReport in net.windward.bean |
| Methods in net.windward.bean with parameters of type ProcessReport | |
void |
StatefulBeanProviderImpl.reportSetup(ProcessReport process,
java.util.Properties properties)
This method is called before any datasources are applied to a report. |
void |
StatefulBeanProvider.reportSetup(ProcessReport process,
java.util.Properties properties)
This method is called before any datasources are applied to a report. |
| Uses of ProcessReport in net.windward.xmlreport |
| Subclasses of ProcessReport in net.windward.xmlreport | |
class |
ProcessDocx
This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream. |
class |
ProcessExcelML
This class is the main program that takes a template stream and a datasource and merges them to create an ExcelML report stream. |
class |
ProcessHtml
This class is the main program that takes a template stream and a datasource and merges them to create an html report stream. |
class |
ProcessPdf
This class is the main program that takes a template stream and a datasource and merges them to create a pdf report stream. |
class |
ProcessRtf
This class is the main program that takes a template stream and a datasource and merges them to create a rtf report stream. |
class |
ProcessTxt
This class is the main program that takes a template stream and a datasource and merges them to create a txt report stream. |
class |
ProcessWordML
This class is the main program that takes a template stream and a datasource and merges them to create a WordML report stream. |
class |
ProcessXls
This class is the main program that takes a template stream and a datasource and merges them to create an xls report stream. |
class |
ProcessXlsx
This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream. |
| Constructors in net.windward.xmlreport with parameters of type ProcessReport | |
ProcessReport(ProcessReport src,
java.io.OutputStream out)
Creates and returns a copy of this object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||