Формирование отчета по шаблону, созданному на инструменте JasperReports Studio
Описание инструмента
Создание шаблона
Описание шаблона
Создать файла tempate.xml, в котором:
template.xml
<?xml version="1.1" encoding="UTF-8" standalone="yes"?> <ReportMetadataConfig name="{name}" description="{description}" mainTemplate="{file name}"> <formats> <format>DOCX</format> </formats> </ReportMetadataConfig>