estoy probando este code
Código Python:
Ver originalfrom reportman import ReportMan
report=ReportMan('test.rep')
report.set_param('title', 'This is the report title')
report.preview()
report.execute() # produces test.pdf in same directory as test.rep
report.execute(metafile=True) # produces test.rpmf in same directory as test.rep
report.execute('c:\\report.pdf') # Proudces c:\\report.pdf