lazarus/components/fpreport
2017-10-11 20:58:26 +00:00
..
demo * Add fpextfuncs to uses clause 2017-08-21 11:16:58 +00:00
design * Allow to load report that misses design data definitions 2017-10-07 19:34:21 +00:00
cfgfpreporthtmlexport.lfm
cfgfpreporthtmlexport.pp
cfgfpreportimageexport.lfm
cfgfpreportimageexport.pp
cfgfpreportpdfexport.lfm
cfgfpreportpdfexport.pp
dlginputcombo.pp
fpjsonreport.pp
fpreportformexport.pas * Fix bug ID #32308, rename PageNumber to PageIndex 2017-08-21 11:12:01 +00:00
fpreportlclexport.pas * Handle portrait orientation (Patch from Pascal Riekenberg) 2017-10-11 20:58:26 +00:00
fpreportpreview.lfm
fpreportpreview.pas * Patch from Pascal Riekenberg to fix bug ID #32472 (when editing page no, page not redrawn correctly). 2017-09-27 11:45:14 +00:00
fpreportprinterexport.pas * Fix bug ID #32308, rename PageNumber to PageIndex 2017-08-21 11:12:01 +00:00
lclfpreport.lpk
lclfpreport.pas
README.txt * Description of what to compile and install 2017-08-20 19:13:25 +00:00

Compiling:

- Run-time package: 
  lclfpreport.lpk
- Report Designer windows and functionality:
  design/lazfprepordesign.lpk
- FPreport component IDE registration and design-time support: 
  design/lazidefpreport.lpk
- Standalone designer: 
  design/reportdesign.lpr
- Demos: demos/fcldemo.lpr

Before compiling demos:

Copy the contents of the FPC fcl-report/demo directory to the demo
directory.

Check the various defines in udapp.pp and demos.inc:

EXPORTPDF - enable export to PDF
EXPORTFPIMAGE - enable export to image
EXPORTHTML - enable export to html

To enable the following defines, check the lcldemo project
EXPORTLCL - enable export to LCL (preview)

Running on windows:
If EXPORTFPIMAGE is defined, the freetype.dll is needed.