FSCBIRT@1.1001:CreateReport
Fabasoft Folio provides the use case FSCBIRT@1.1001:CreateReport to create BIRT reports.
FSCBIRT@1.1001:CreateReport (
content xmldata,
object reportdesign,
out content report,
optional string format)
Parameters:
- xmldata
A content containing the XML file that provides the data that should be displayed in the report. - reportdesign
A report design file created with the Eclipse BIRT Report Designer. - report
A content containing the resulting report. - format
A string containing the desired format of the resulting report.
This may be “pdf” (default), “doc”, “ppt”, “xls”, “html”, “odp”, “ods” or “odt”. - For details of the report design or format see http://www.eclipse.org/birt: new window.