fgl_report_configureAutoformatOutput(
   fontName STRING,
   fontSize INTEGER,
   fidelity BOOLEAN,
   reportTitle STRING,
   fieldNamePatterns STRING,
   systemId STRING ) 
 | 
Configure the output when auto-formatting is
enabled.. | 
fgl_report_configureCompatibilityOutput(
   pageWidthInCharacters INTEGER,
   fontName STRING,
   fidelity  BOOLEAN,
   reportName NULL, 
   reportCategory STRING,
   systemId STRING) 
 | 
Configure the output for BDL ASCII reports (compatibility reports)
being run in graphical mode using Genero Report Writer. | 
fgl_report_configureHTMLDevice(
   fromPage INTEGER,
   toPage INTEGER,
   embedImages INTEGER,  
   imageGenerationDirectory STRING,
   imageURLPrefix STRING,
   removeWhitespace BOOLEAN,  
   ignoreRowAlignment BOOLEAN,
   ignoreColumnAlignment BOOLEAN,
   removeBackgroundImages BOOLEAN )  
 | 
Configure the HTML output. | 
fgl_report_configureImageDevice (
   antialiasFonts BOOLEAN,
   antialiasShapes BOOLEAN,
   monochrome BOOLEAN,
   fromPage INTEGER,
   toPage INTEGER,
   fileType STRING,
   filePath STRING,
   fileNamePrefix STRING,
   resolution INTEGER) 
 | 
Configure the image output. | 
fgl_report_configureLocalization(
   charSet STRING,
   resourcePath STRING,
   numberFormat STRING,
   dateFormat STRING) 
 | 
Configures the localization for the current
report. | 
fgl_report_configureOORTFDevice (
   fromPage INTEGER,
   toPage INTEGER,
   imagesResolution INTEGER,
   imagesFormat STRING ) 
 | 
Configure RTF output for Open Office. | 
fgl_report_configurePDFDevice(
   fontDirectory STRING,
   antialiasFonts BOOLEAN,
   antialiasShapes BOOLEAN,
   monochrome BOOLEAN,
   fromPage INTEGER,
   toPage INTEGER) 
 | 
Configure the PDF output. | 
fgl_report_configurePDFFontEmbedding(
   preferUnicodeEncoding BOOLEAN ) 
 | 
Configure the font embedding in PDF output. | 
fgl_report_configureRTFDevice(
   fromPage INTEGER,
   toPage INTEGER,
   imagesResolution INTEGER,
   imagesFormat STRING )  
 | 
Configure RTF output for Microsoft. | 
fgl_report_configureSVGDevice(
  antialiasFonts BOOLEAN,
  antialiasShapes BOOLEAN,
  embedFonts BOOLEAN,
  charsetToEmbed STRING ) 
 | 
Configure the SVG output. | 
fgl_report_configureSVGPreview(
   preview STRING) 
 | 
Select how the document is handled by the SVG
previewer. | 
fgl_report_configureXLSDevice(
   fromPage INTEGER,
   toPage INTEGER,
   removeWhitespace BOOLEAN,
   ignoreRowAlignment BOOLEAN,
   ignoreColumnAlignment BOOLEAN,
   removeBackgroundImages BOOLEAN,
   mergePages BOOLEAN )  
 | 
Configure the XLS (Excel) output. | 
fgl_report_configureXLSXDevice (
   fromPage INTEGER,
   toPage INTEGER,
   removeWhitespace BOOLEAN,
   ignoreRowAlignment BOOLEAN,
   ignoreColumnAlignment BOOLEAN,
   removeBackgroundImages BOOLEAN,
   mergePages BOOLEAN)  
 | 
Configure Excel output in XLSX format. | 
fgl_report_selectDevice(
   device STRING ) 
 | 
Select the output device. | 
fgl_report_selectPreview(
   preview BOOLEAN ) 
 | 
The fgl_report_selectPreview function determines whether the report
is shown in the previewer or written to a file on disk. | 
fgl_report_setAutoformatType(
   type STRING ) 
 | 
Sets the auto-formatting type if no 4rp
         template is specified. | 
fgl_report_setBrowserDocumentDirectory(
  directory STRING) 
 | 
Configures the document directory for browser
viewing. | 
fgl_report_setBrowserDocumentDirectoryURL(
  directory STRING) 
 | 
Configures the URL by which the document directory for browser
viewing will be visible from a web server. | 
fgl_report_setBrowserFontDirectory(
  directory STRING) 
 | 
Configures the font directory for browser viewing. | 
fgl_report_setBrowserFontDirectoryURL(
  directory STRING) 
 | 
Configures the URL by which the font directory for browser viewing
will be visible from a web server. | 
fgl_report_setCallbackLocalization(
   share BOOLEAN ) 
 | 
Configure the report to use a function to retrieve localized field
titles. | 
fgl_report_setImageShrinkImagesToPageContent(
   value BOOLEAN ) 
 | 
Configure image cropping. | 
fgl_report_setImageUsePageNamesAsFileNames(
   value BOOLEAN ) 
 | 
Configure image file name generation. | 
fgl_report_setOutputFileName(
   fileName STRING ) 
 | 
Configure the file location for the device output. This function
works for all output formats except Image. | 
fgl_report_setPDFImageResolution(
   imagesResolution INTEGER ) 
 | 
Configure the resolution of embedded images in PDF
output. | 
fgl_report_setPDFJPEGImageEncoding(
   encodeImagesAsJPEG BOOLEAN,
   jpegQuality FLOAT )  
 | 
Configure the encoding method of embedded images in PDF
         output. | 
fgl_report_setRenderingHints(
   values om.SaxAttributes ) 
 | 
Specifies the hints to be used in the rendering
process. | 
fgl_report_setRTFMemoryThreshold (
   memoryThreshold INTEGER) 
 | 
Set the RTF memory threshold. | 
fgl_report_setSharePortWithGDC(
   share BOOLEAN) 
 | 
Configures the report engine to use the same port as the Genero
         Desktop Client for previewing. | 
fgl_report_setSVGCompression(
   compressOutput BOOLEAN)  
 | 
Configure SVG compression. | 
fgl_report_setSVGCopies(
   copies INTEGER) 
 | 
Specify the number of copies to be printed. | 
fgl_report_setSVGOrientationRequested(
   orientationRequested String) 
 | 
Function to control the paper orientation. | 
fgl_report_setSVGPaperSource(
   paperSource STRING) 
 | 
Select the input source of the printer. | 
fgl_report_setSVGPrinterName(
   printerName STRING ) 
 | 
Select a specific printer by name. | 
fgl_report_setSVGSheetCollate (
   sheetCollate STRING ) 
 | 
Control the collation of multiple copies. | 
fgl_report_setXLSMergeCells (
  mergeCells BOOLEAN)  
 | 
Configure cell merging in XLS (Excel) output. | 
fgl_report_setXLSXMergeCells (
  mergeCells BOOLEAN) 
 | 
Configure cell merging in XLSX (Excel) output. | 
fgl_report_stopGraphicalCompatibilityMode() 
 | 
Restore text-based report output. |