Ver Mensaje Individual
  #12 (permalink)  
Antiguo 09/10/2011, 14:50
Avatar de bosterkill
bosterkill
 
Fecha de Ingreso: mayo-2011
Mensajes: 56
Antigüedad: 13 años
Puntos: 0
Respuesta: alguien sabe usar report manager?

estoy probando este code

Código Python:
Ver original
  1. from reportman import ReportMan
  2. report=ReportMan('test.rep')
  3. report.set_param('title', 'This is the report title')
  4. report.preview()
  5. report.execute() # produces test.pdf in same directory as test.rep
  6. report.execute(metafile=True) # produces test.rpmf in same directory as test.rep
  7. report.execute('c:\\report.pdf') # Proudces c:\\report.pdf