lazarus/components/fpreport
michael 46f0729085 * Clear report before loading it from file
git-svn-id: trunk@57523 -
2018-03-17 17:19:15 +00:00
..
demo * Add fpextfuncs to uses clause 2017-08-21 11:16:58 +00:00
design * Clear report before loading it from file 2018-03-17 17:19:15 +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 * Fix bug #33378, use default font for band headers 2018-03-09 09:41:17 +00:00
fpreportpreview.lfm * Add first and last buttons, improve space at the bottom for space counter 2018-03-05 09:19:26 +00:00
fpreportpreview.pas * Add first and last buttons, improve space at the bottom for space counter 2018-03-05 09:19:26 +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.