lazarus/components/fpreport
2020-07-03 10:14:36 +00:00
..
demo * Add fpextfuncs to uses clause 2017-08-21 11:16:58 +00:00
design * Correct handling of non-modal window 2018-08-15 17:49:26 +00:00
cfgfpreporthtmlexport.lfm
cfgfpreporthtmlexport.pp
cfgfpreportimageexport.lfm
cfgfpreportimageexport.pp
cfgfpreportpdfexport.lfm
cfgfpreportpdfexport.pp
dlginputcombo.pp
fpreportformexport.pas * Fix bug ID #32308, rename PageNumber to PageIndex 2017-08-21 11:12:01 +00:00
fpreportlclexport.pas fpreport: Fix from Pascal Riekenberg to fix rendering background with clNone, bug ID #36533 2020-07-03 10:14:36 +00:00
fpreportpreview.lfm * Use bitmap to draw on, so as to speed up drawing 2018-04-22 15:36:11 +00:00
fpreportpreview.pas * Patch from stephano to fix stuck maximal zoom (bug id #33640) 2018-04-23 21:20:42 +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.