Geraldo Reports

download Geraldo Reports

If you can't read please download the document

Transcript of Geraldo Reports

Geraldo Reports

Autor: Marinho Brando

URL: http://geraldo.sourceforge.net/

Repositrio: http://github.com/marinho/geraldo/

Python fazendo relatrios

Pisa

ReportLab (na unha)

Outros

Outras Linguagens

QuickReport (Delphi)

ReportBuilder (Delphi)

Jasper (Java)

Crystal Reports (.Net e VB)

MS Access

Elementos Principais

BandasDetail

Page Header

Page Footer

Sub-relatrios

Agrupamentos

Agregaes

Elementos

Exemplos

class PermissionsReport(Report): title = 'Permissions list'

class band_begin(ReportBand): height = 1*cm elements = [ Label(text='Look those permissions please', top=0.1*cm, left=8*cm), ]

class band_summary(ReportBand): height = 0.7*cm elements = [ Label(text="That's all", top=0.1*cm, left=0), ObjectValue(attribute_name='name', top=0.1*cm, left=3*cm, action=FIELD_ACTION_COUNT, display_format='%s permissions found'), ] borders = {'all': True}(...) class band_detail(ReportBand): height = 0.5*cm elements = [ ObjectValue(attribute_name='id', top=0, left=0), ObjectValue(attribute_name='name', top=0, left=3*cm, width=7*cm), ]

Exemplos

Exemplos

Exemplos

Muokkaa otsikon tekstimuotoa napsauttamalla

Muokkaa jsennyksen tekstimuotoa napsauttamallaToinen jsennystasoKolmas jsennystasoNeljs jsennystasoViides jsennystasoKuudes jsennystasoSeitsems jsennystasoKahdeksas jsennystasoYhdekss jsennystaso