lazarus/components/fpreport
michael dc047b034f * Fix bug ID #33286
git-svn-id: trunk@57435 -
2018-03-03 11:42:52 +00:00
..
demo * Add fpextfuncs to uses clause 2017-08-21 11:16:58 +00:00
design * Fix bug ID #33286 2018-03-03 11:42:52 +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 * Correct font names/sizes/colors, editable (Bug ID #33261) 2018-02-28 14:30:21 +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.