1
2{ the default report export filters }
3{$define ExportPDF}
4{$define ExportFPImage}
5{$define ExportHTML}
6{$define USEFIREBIRD}
7
8{$DEFINE USEPOLYGON}
9
10{ Enable if you want LCL preview window support. To compile you will also
11  have to add the LCL packages to your project dependencies. }
12
13{.$define ExportLCL}
14
15
16{ Enable if you want LCL preview window support. To compile you will also
17  have to add the LCL packages to your project dependencies. }
18
19{.$define ExportFPGui}
20
21
22{ Enable if you want PNG (AggPas) exporting. Remember to set the "aggpas"
23  project macro to point to the correct AggPas source location.  }
24
25{.$define ExportAggPas}
26
27
28{ Colour code the bands for debugging purposes and to better visualise the
29  report design. }
30{$define ColorBands}
31
32{ Enable this define to get more verbose debug output to the console. }
33
34{.$define gDebug}
35
36