lazarus/components/fpreport
michael 91c3879a87 * Rename files to avoid too generic names
git-svn-id: trunk@55935 -
2017-09-27 18:39:19 +00:00
..
demo * Add fpextfuncs to uses clause 2017-08-21 11:16:58 +00:00
design * Rename files to avoid too generic names 2017-09-27 18:39:19 +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 * Patch from Pascal Riekenberg: do not draw shape if not necessary 2017-09-23 19:13:03 +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.