lazarus/components/fpreport
michael c41bb75f54 * Allow drag&drop of report files.
git-svn-id: trunk@57586 -
2018-03-31 20:15:19 +00:00
..
demo
design * Allow drag&drop of report files. 2018-03-31 20:15:19 +00:00
cfgfpreporthtmlexport.lfm
cfgfpreporthtmlexport.pp
cfgfpreportimageexport.lfm
cfgfpreportimageexport.pp
cfgfpreportpdfexport.lfm
cfgfpreportpdfexport.pp
dlginputcombo.pp
fpreportformexport.pas
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
lclfpreport.lpk
lclfpreport.pas
README.txt

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.