Конфигурирование и генерация отчетов BIRT динамически

После просмотра двухчастных видео на YouTube и изучения руководства BIRT я понял, что рабочий процесс выглядит примерно так:

Create a new Report in Eclipse Use the BIRT Report Designer (Eclipse plug-in) to design a report Populate the report with Data Sources (JDBC drivers & databases) and Data Sets (specific tables) Generate/export/print the report

Как бы ни был крут этот инструмент, я не могу найтиany документация, которая заставляет меня верить, что этоJava инструмент, а неEclipse-only инструмент (то есть, он имеет Java API и может взаимодействовать с приложениями Java, в отличие от чистого подключаемого модуля Eclipe, который требует ручного / человеческого взаимодействия из Eclipse IDE.

В частности, я хочу подтвердить, что BIRT может или не может делать следующее:

Configure a report (layout, UI widget placement, data sources/sets, etc.) programmatically; i.e. in the same way that JasperReport API has the iReport designer that generates JRXML, is the same true for BIRT? Kick off a report "generation" through a Java API whereby data gets read-in realtime and populates the report and the report can be sent out or stored on a file system Create HTML and PDF versions of the same report

Ответы на вопрос(5)

Ваш ответ на вопрос