You are hereGroups / Repaz

Repaz



 

Home

Forum

Documentation

About

 

Cross platform report engine base on FreePascal, especially for IDE MSEide+MSEgui. It has powerfull features like visual designer, preview result, printing on any printer even POS (Point Of Sale) printer, can export to many format file, etc.

 

Repaz Features


  • Report designer for end users. This design can run at runtime or at design time (just right click on report component, choose 'edit').
  • Report design is saved in file, so users can change to another design file when they want.
  • Tdatasource and t*lookupbuffer is linked from form file, so datasets and other it's property can't edited by end users from report design.
  • Preview report on form.
  • Find text in preview form.
  • In preview form, user can select text and copy to clipboard.
  • In preview form, chart can switch to other type at run time.
  • Zooming in preview (next release can zoom report to printer).
  • Print to printer in Windows and Linux without other third party software.
  • Show dialog for each printer, like list of printer in OS, list of  papers in each printer, set margin paper on printer, paper orientation  printer.
  • Save output report to postscript file.
  • Expression evaluator like Excel formula (IIF(x>0;x*y;0)) to create  formula in report.
  • Show image from field.
  • Show image as background paper.
  • Show image as background cell.
  • Fast print to POS (Point Of Sale) printer with native printer language.
  • Multi language, but currently only English and Indonesia language.

Repaz Components


Repaz has 4 report component (template) :

  1. TraSimplereport

  • page header
  • page footer
  • report header
  • report footer
  • report content :
    • header
    • detail
    • footer (summary)
  1. TraGroupReport (grouping field)

  • page header
  • page footer
  • report header
  • report footer
  • report content
  • For each group field has :
    • header
    • detail
    • footer (summary)
  1. TraTreeReport (header, data and footer, and header has key field and parent field to create tree)

  •  page header
  • page footer
  • report header
  • report footer
  • report content :
    • header : with key field and parent field to create tree (like TTreeView)
    • detail
    • footer (summary) for each sub tree
  1. TraChartReport 

  • page header
  • page footer
  • report header
  • report footer
  • report content has 3 chart type :
    • Bar
    • Line
    • Pie