Genero Report Writer User Guide 5.01

Content
Search
Index
infoSearch is case-insensitive.
Use and/or as operators.
[word1 word2] is like [word1 or word2]
Do not use quotes to group words.
Example: [datetimeedit and new and features]
Loading, please wait ...

Loading

  • Genero Report Writer User Guide
  • What's New in 5.01
  • What is Genero Report Writer (GRW)?
    • Genero Report Writer overview
    • GRW runtime architecture
  • Get Started with Reports
    • Steps to a report
      • Set the Report Writer environment
      • Quick Start: Create a report
      • Run the Report
    • The Reports demo
      • Using the Reports demo
      • Factur-X demo
      • Run the Reports demo
        • Reports demo outputs
      • Genero Report Viewer
      • Genero Report Viewer for HTML5
    • Configure printers
      • The printerinfo command
    • Configure fonts
      • Font troubleshooting
      • The fontinfo command
      • Fonts in PDF output
        • The fontinfopdf command
      • Tips for installing fonts
      • Adding private characters
    • Options for data operations
  • Compatibility reports
    • Running a compatibility report
    • Fonts in compatibility reports
      • MonospaceTest.java
  • Create a report program
    • Runtime architecture
    • BDL programs
      • Writing the report program
        • Overview
        • Tips
        • Creating a simple report
        • Fetching report data
          • From a database using SQL
          • From a data file
          • From an XML file
          • From a Web Service
        • Output options
        • Generate a data schema
        • Allowing the user to select output options
        • Creating a report with dummy data
      • Sub reports
        • When to use sub reports
        • Coding for sub reports
        • Creating linked reports
        • Creating inline reports
      • Labels
      • Report Data Wizard
        • Using the Report Data Wizard
        • Example Wizard code
        • Use the example code
    • Modifying the output
      • Change report output options
        • Paper settings and output format
        • Support for custom paper sources
        • Print a report
          • From the server
            • Without a driver
          • From the client
        • Preview a report
          • View report in the GRV
          • View report in a browser
        • Create an HTML report
        • Create an Excel report
          • Excel report output
          • Output a single-sheet document
        • Create a Microsoft™ RTF report
        • Create a PDF report
        • Create an Image report
        • Create a process-level XML data file
        • Create non-process-level XML files
        • Create multi-page ISO reports
      • Using localized strings with a Genero report application
        • Finding the translated string
        • Change localization settings at runtime
        • gremkstr
      • Split a report into smaller files
      • Run multiple reports from data
      • Optimize the rendering process
    • GRW BDL reference
      • Reporting API Functions
        • Mandatory functions
          • fgl_report_loadCurrentSettings
          • fgl_report_commitCurrentSettings
          • fgl_report_loadAndCommit
          • Usage: load and commit
        • Functions to change reporting options
          • Using report output functions
          • Output-specific function list
          • fgl_report_configureAutoformatOutput
          • fgl_report_configureCompatibilityOutput
          • fgl_report_configureDistributedEnvironment
          • fgl_report_configureDistributedProcessing
          • fgl_report_configureDistributedURLPrefix
          • fgl_report_configureImageDevice
          • fgl_report_configureLabelOutput
          • fgl_report_configureLocalization
          • fgl_report_configureHTMLDevice
          • fgl_report_configureMultipageOutput
          • fgl_report_configureOORTFDevice
          • fgl_report_configurePageSize
          • fgl_report_configurePDFDevice
          • fgl_report_configurePDFFontEmbedding
          • fgl_report_configureRTFDevice
          • fgl_report_configureSVGDevice
          • fgl_report_configureSVGPreview
          • fgl_report_configureTXTDevice
          • fgl_report_configureXLSDevice
          • fgl_report_configureXLSXDevice
          • fgl_report_setXLSXPageGroupingMode
          • fgl_report_setXLSPageGroupingMode
          • fgl_report_createProcessLevelDataFile
          • fgl_report_findResourcePath
          • fgl_report_getBrowserURL
          • fgl_report_getTotalNumberOfPages
          • fgl_report_runReportFromProcessLevelDataFile
          • fgl_report_runFromXML
          • fgl_report_selectDevice
          • fgl_report_setEnvironment
          • fgl_report_selectLogicalPageMapping
          • fgl_report_selectPreview
          • fgl_report_setAutoformatType
          • fgl_report_setBrowserDocumentDirectory
          • fgl_report_setBrowserDocumentDirectoryURL
          • fgl_report_setBrowserFontDirectory
          • fgl_report_setBrowserFontDirectoryURL
          • fgl_report_setCallbackLocalization
          • fgl_report_setDistributedRequestingUserName
          • fgl_report_setImageShrinkImagesToPageContent
          • fgl_report_setImageUsePageNamesAsFileNames
          • fgl_report_setOutputFileName
          • fgl_report_setPageMargins
          • fgl_report_setPaperMargins
          • fgl_report_setPageSwappingThreshold
          • fgl_report_setPDFJPEGImageEncoding
          • fgl_report_setPDFImageResolution
          • fgl_report_setPDFAttachDocumentModelXML
          • fgl_report_setPrinterChromaticity
          • fgl_report_setPrinterCopies
          • fgl_report_setPrinterDestinationUrl
          • fgl_report_setPrinterFidelity
          • fgl_report_setPrinterJobImpressions
          • fgl_report_setPrinterJobMediaSheets
          • fgl_report_setPrinterJobName
          • fgl_report_setPrinterJobPriority
          • fgl_report_setPrinterJobSheets
          • fgl_report_setPrinterMediaName
          • fgl_report_setPrinterMediaSizeName
          • fgl_report_setPrinterMediaTray
          • fgl_report_setPrinterName
          • fgl_report_setPrinterNumberUp
          • fgl_report_setPrinterOrientationRequested
          • fgl_report_setPrinterPageRanges
          • fgl_report_setPrinterPJLVariables
          • fgl_report_setPrinterPrintQuality
          • fgl_report_setPrinterRequestingUserName
          • fgl_report_setPrinterResolution
          • fgl_report_setPrinterSheetCollate
          • fgl_report_setPrinterSides
          • fgl_report_setPrinterWriteToFile
          • fgl_report_setProcessLevelDataFile
          • fgl_report_setRenderingHints
          • fgl_report_setRTFMemoryThreshold
          • fgl_report_setSharePortWithGDC
          • fgl_report_setSVGCompression
          • fgl_report_setSVGCopies
          • fgl_report_setSVGOrientationRequested
          • fgl_report_setSVGPageRange
          • fgl_report_setSVGPaperSource
          • fgl_report_setSVGPrinterName
          • fgl_report_setSVGSheetCollate
          • fgl_report_setXLSHandleBorders
          • fgl_report_setXLSXHandleBorders
          • fgl_report_setXLSMergeCells
          • fgl_report_setXLSXMergeCells
          • fgl_report_stopGraphicalCompatibilityMode
          • fgl_report_addPDFAttachment
          • fgl_report_setPDFFacturXAttachment
        • Functions to set report metadata
        • Functions to introspect reports at runtime (librdd)
          • rdd_getEveryRowFields
          • rdd_loadRddAndGetReportInfos
          • rdd_debugReportInfos
          • Types used in librdd
        • Functions to get error details
          • fgl_report_getErrorStatus
          • fgl_report_getErrorString
        • Overloadable functions
      • Pivot table library
        • Types defined in the pivot library
        • Pivot library API
          • pivot_debugPivotTables
          • pivot_getLastErrorString
          • pivot_load4rpAndGetPivotTables
  • Create the data schema
    • Generate a data schema
    • Report schema transformations
      • Options for data operations
      • Create a report schema transformation
      • Duplicate data
  • Create a report design document
    • Overview of Genero Report Designer
      • Genero reports
      • The Report Design window
      • The Report output
      • The work area
      • The Tool Box view
    • Designing a Report
      • Launch the Report Designer
      • Data view
        • Adding fields from the Data View
        • Support for arbitrary XML data sources
      • Placing elements on the report
        • Absolute or relative positioning
        • Drag-and-drop objects
        • Choose containers
        • Choose report elements
        • Set up lists in table format
        • Modify the sizing policy of containers
        • Modify an object's borders, margins, or padding
          • Size expressions for bordered boxes
        • Align and format numbers
        • Center elements
        • Position elements at the bottom right
      • Report Structure view
        • The tree structure
        • Triggers
          • How triggers work
          • Place a trigger within the report structure
        • Add headers and footers
        • Switch child and parent nodes
        • Example report structure
      • Properties view
        • Report Design Document metadata
      • Using page numbers
        • Setting the length of a page number
        • Using a page number string
        • Display an invoice page number
      • Group and report totals
        • Define report totals (Genero BDL)
        • Display totals on a report
        • Print totals at the beginning
      • Specify different pages
        • Add different first and last pages
        • Specify a different reverse side page
        • Start on an odd or even page
        • Rotating PDF report pages
      • Design labels
        • Design address labels
      • Specify paper settings
        • Configure the output
      • Other Report Designer tasks
        • Change the type of a report element
        • Design for pre-printed forms
        • Print a value from the previous page
        • Show or hide a report element
        • Use hyperlinks
        • Hide repeated values
        • Alternate colors of rows
      • Compare legacy and graphical reports
    • Working with tables
      • Add a table to a report
      • Assign content to a column
      • Set the triggers
      • Merge cells
      • Add rows or columns
      • Add headers or footers
      • Change the width of a table
      • Change the width of a column
    • Working with business graphs
      • Types of business graph
        • Map charts
        • Category charts
        • XY charts
      • Creating a graph
        • Create a map chart
        • Create a category chart
        • Create an XY chart
        • Custom keys
        • Coloring a map chart
        • Specifying classic or default style
        • Modify report structure
      • Output charts as tables
    • Working with pivot tables
      • What is a pivot table?
        • Runtime configurability
        • Performance considerations
        • Data types
      • Sample pivot table reports
      • Create a pivot table
      • Organizing pivot table elements
    • Expressions in properties
      • RTL expressions overview
      • Using the expression language
      • Using RTL classes
      • Defining PXML expressions
        • PXML variables
        • PXML functions
        • Including RTL variables
      • Expression examples
        • Check a field for a value
        • Change the display based on a condition
        • Display an image based on a variable
        • Size a column based on data
        • Format a number within a string
    • Debugging your Report Design Document
    • Report Designer Reference
      • Report Design Elements (The Toolbox)
        • Simple Containers
        • Propagating Containers
          • Mini Pages
          • Break
        • Composed Containers
          • Table
          • Paragraph and Text
        • Drawables
          • Word and Word Wrap Boxes
          • PDF Box
          • Decimal Format Box
          • Date Format Box
          • Page Number
          • Image Box
            • Configuring XMP metadata
        • Business Graphs
          • Map Chart
          • Map Chart Item
          • Category Chart
          • Category Chart Item
          • XY Chart
          • XY Chart Item
          • Pivot Table
          • Pivot Table Hierarchy Value
          • Pivot Table Fact
          • Pivot Table Measure
        • References
          • Reference Box
          • Info Node
        • Bar Code Boxes
        • Other Markup
          • HTML Box
          • Rich Text Box
            • CSS support
            • Supported HTML elements
      • Report Element Properties
        • General Properties
          • Alignment (alignment)
          • Alignment (align)
          • Anchor X (anchorX)
          • Anchor Y (anchorY)
          • Background Color (bgColor)
          • Baseline Type (baselineType)
          • Bold (fontBold)
          • Class (class)
          • Clip (clip)
          • Color (color)
          • Comment (comment)
          • Default (referenceDefault)
          • Field Name (fieldName)
          • Fill (fill)
          • Floating Behavior (floatingBehavior)
          • Format (format)
          • Format (pageNoFormat)
          • Hang (hang)
          • Hide Page Footer On Last Page (hidePageFooterOnLastPage)
          • Hide Page Header On Last Page (hidePageHeaderOnLastPage)
          • href (href)
          • id (id)
          • Indent (indent)
          • InfoNode Name (referenceName)
          • Intended Resolution (intendedResolution)
          • Italic (fontItalic)
          • Layout Direction (layoutDirection)
          • Localize Text (localizeText)
          • Location (location)
          • Name (name)
          • Name (fontName)
          • Name (pageName)
          • Offset (pageNoOffset)
          • Page Ranges (pageRanges)
          • Parent Group (suppressionInitializer)
          • Password (password)
          • Rich Text (richText)
          • Role (fieldRole)
          • Scale X (scaleX)
          • Scale Y (scaleY)
          • Section (section)
          • Show On New Page (showFirstRepetitionOnPage)
          • Size (fontSize)
          • Split Oversized Items (splitOversizedItem)
          • Strikethrough (strikethrough)
          • Suppress (suppressRepetitions)
          • Swap X (swapX)
          • Text (text)
          • Text Alignment (textAlignment)
          • Text Expression (textExpression)
          • Text Fidelity (fidelity)
          • Transform transparently (transformTransparently)
          • Trim Text (trimText)
          • Type (objectType)
          • Type (richTextType)
          • Underline (underline)
          • URL (subReportUrl)
          • Value (value)
          • Visibility Condition (condition)
          • X (x)
          • X-Size (X-Size)
          • X-Size Adjustment (X-Size Adjustment)
          • Y (y)
          • Y-Size (Y-Size)
          • Y-Size Adjustment (Y-Size Adjustment)
        • Properties specific to charts
          • Category Key (categoryKey)
          • Categories Title (categoryTitle)
          • Color (chartColor)
          • Compute aggregates on the innermost dimension (computeAggregatesInnermostDimension)
          • Compute Average (computeAverage)
          • Compute Count (computeCount)
          • Compute Distinct Count (computeDistinctCount)
          • Compute Maximum (computeMaximum)
          • Compute Minimum (computeMinimum)
          • Compute Totals (computeTotal)
          • Display Fact Rows (displayFactRows)
          • Display Recurring Dimension Values (displayRecurringDimensions)
          • Display Selection (displaySelection)
          • Domain Lower Bound (domainLowerBound)
          • Domain Upper Bound (domainUpperBound)
          • Draw As (drawAs)
          • Draw Labels (drawLabels)
          • Draw Legend (drawLegend)
          • Enum Values (enumValues)
          • Hierarchies input order (hierarchiesInputOrder)
          • Key (key)
          • Keys Title (keysTitle)
          • Numeric Column (isNumeric)
          • Output Order (outputOrder)
          • Range Lower Bound (rangeLowerBound)
          • Range Upper Bound (rangeUpperBound)
          • Series Title (seriesTitle)
          • Sort Ascending (sortAscending)
          • Sort By (sortBy)
          • Title (title)
          • Top N (topN)
          • Values Title (valuesTitle)
          • X (x)
          • xAxisTitle (xAxisTitle)
          • Y (y)
          • yAxisTitle (yAxisTitle)
        • Properties specific to tables
          • Border (border)
          • Border Color (tableBorderColor)
          • Bottom Border (bBorder)
          • Column Span (colspan)
          • Fix Width (fWidth)
          • Horizontal Alignment (hAlign)
          • Horizontal Padding (hPadding)
          • Horizontal Rule (hRule)
          • Left Border (lBorder)
          • Padding (padding)
          • Proportional Width (pWidth)
          • Right Border (rBorder)
          • Rule (rule)
          • Rule Color (ruleColor)
          • Top Border (tBorder)
          • Type (tableHFType)
          • Vertical Alignment (vAlign)
          • Vertical Rule (vRule)
          • Vertical Padding (vPadding)
        • Properties specific to bar codes
          • Check (check)
          • Code Type (codeType)
          • Code Value (codeValue)
          • Code Value Expression (codeValueExpression)
          • Control Characters (controlCharacters)
          • Data Symbols per Line (dataSymbolsPerLine)
          • Encoding (encoding)
          • Error Correction Degree (errorCorrectionDegree)
          • Hide Text (noText)
          • Number Check Digits (noCheckDigits)
          • Number Digits (noDigits)
          • Prefer Rectangular Symbols (preferRectangularSymbols)
          • Raw Code Value (rawCodeValue)
          • Smart Parse (smartParse)
          • Symbol Height (symbolHeight)
          • Symbol Specification Table (symbolSpecificationTable)
          • Thin To Gap Relation (thinToGapRelation)
          • Thin To Thick Relation (thinToThickRelation)
          • X Dimension (xDimension)
        • Properties related to margins and borders
          • Margin width properties
            • Width (marginWidth)
            • Top Width (marginTopWidth)
            • Right Width (marginRightWidth)
            • Bottom Width (marginBottomWidth)
            • Left Width (marginLeftWidth)
          • Border width properties
            • Width (borderWidth)
            • Top Width (borderTopWidth)
            • Right Width (borderRightWidth)
            • Bottom Width (borderBottomWidth)
            • Left Width (borderLeftWidth)
          • Border style properties
            • Rounded Corners (roundedCorners)
            • Style (borderStyle)
            • Top Style (borderTopStyle)
            • Right Style (borderRightStyle)
            • Bottom Style (borderBottomStyle)
            • Left Style (borderLeftStyle)
          • Border color properties
            • Color (borderColor)
            • Top Color (borderTopColor)
            • Right Color (borderRightColor)
            • Bottom Color (borderBottomColor)
            • Left Color (borderLeftColor)
          • Padding width properties
            • Width (paddingWidth)
            • Top Width (paddingTopWidth)
            • Right Width (paddingRightWidth)
            • Bottom Width (paddingBottomWidth)
            • Left Width (paddingLeftWidth)
          • PDF cropping width properties
            • Crop Top Width (cropTopWidth)
            • Crop Right Width (cropRightWidth)
            • Crop Bottom Width (cropBottomWidth)
            • Crop Left Width (cropLeftWidth)
        • Properties for report metadata
      • Bar Codes
        • Bar Code type listing
        • Bar Code type details
          • codabar-2
          • codabar-18
          • code-11-matrix
          • code-128
          • code-2-5-datalogic
          • code-2-5-IATA
          • code-2-5-industrial
          • code-2-5-interleaved
          • code-2-5-inverted
          • code-2-5-matrix
          • code-BCD-matrix
          • code-32
          • code-39
          • code-39-extended
          • code-93
          • code-93-extended
          • data-matrix
          • ean-8
          • ean-13
          • ean-code-128
          • ean-data-matrix
          • ean-supplemental-2
          • ean-supplemental-5
          • gs1-8
          • gs1-13
          • gs1-code-128
          • gs1-data-matrix
          • gs1-qr-code
          • gs1-supplemental-2
          • gs1-supplemental-5
          • intelligent-mail
          • OMR
          • pdf-417
          • qr-code
          • upc-a
          • upc-e
          • upc-supplemental-2
          • upc-supplemental-5
      • RTL Class Reference
        • RTL Classes Overview
        • The Boolean Class
        • The Calendar Class
          • compareTo()
          • fromDate()
          • toDate()
          • addYear()
          • addMonth()
          • addWeekOfYear()
          • addDayOfMonth()
          • addHourOfDay()
          • addMinute()
          • addSecond()
          • getActualYearMaximum()
          • getActualYearMinimum()
          • getActualMonthMaximum()
          • getActualMonthMinimum()
          • getActualWeekOfYearMaximum()
          • getActualWeekOfYearMinimum()
          • getActualDayOfMonthMaximum()
          • getActualDayOfMonthMinimum()
          • getActualHourOfDayMaximum()
          • getActualHourOfDayMinimum()
          • getActualMinuteMaximum()
          • getActualMinuteMinimum()
          • getActualSecondMaximum()
          • getActualSecondMinimum()
          • getYear()
          • getMonth()
          • getWeekOfYear()
          • getWeekYear()
          • getDayOfMonth()
          • getWeeksInWeekYear()
          • getFirstDayOfWeek()
          • getMinimalDaysInFirstWeek()
          • getHourOfDay()
          • getMinute()
          • getSecond()
          • getInstance()
          • rollYear()
          • rollMonth()
          • rollWeekOfYear()
          • rollDayOfMonth()
          • rollHourOfDay()
          • rollMinute()
          • rollSecond()
          • setActualYearMaximum()
          • setActualYearMinimum()
          • setActualMonthMaximum()
          • setActualMonthMinimum()
          • setActualWeekOfYearMaximum()
          • setActualWeekOfYearMinimum()
          • setActualDayOfMonthMaximum()
          • setActualDayOfMonthMinimum()
          • setActualHourOfDayMaximum()
          • setActualHourOfDayMinimum()
          • setActualMinuteMaximum()
          • setActualMinuteMinimum()
          • setActualSecondMaximum()
          • setActualSecondMinimum()
          • setYear()
          • setMonth()
          • setWeekOfYear()
          • setDayOfMonth()
          • setFirstDayOfWeek()
          • setMinimalDaysInFirstWeek()
          • setHourOfDay()
          • setMinute()
          • setSecond()
          • setLocale()
          • setTimeZone()
        • The Color Class
          • fromHSBA()
          • fromRGBA()
          • brighter()
          • darker()
          • getAlpha()
          • getBlue()
          • getBrightness()
          • getGreen()
          • getHue()
          • getRed()
          • getRGBA()
          • getSaturation()
          • toCharSequence()
        • The Context Class
          • getAncestorRepeatingRegion
          • getRepeatingRegion
        • The Date Class
          • format()
          • fromIsoValue()
          • fromString()
          • parseString()
          • today()
          • toString()
        • The Enum Classes
          • The Alignment Class
          • The BaselineType Class
          • The BorderStyles Classes
          • The CategoryChartDrawAs Class
          • The CodeType Class
          • The FloatingBehavior Class
          • The LayoutDirection Class
          • The MapChartDrawAs Class
          • The PageNoFormat Class
          • The Section Class
          • The SortBy Class
          • The TextAlignment Class
          • The TrimText Class
          • The X-SizeAdjustment Class
          • The XYChartDrawAs Class
          • The Y-SizeAdjustment Class
        • The FGLNumericVariable Class
        • The FGLStringVariable Class
        • The Numeric Class
          • abs()
          • atan2()
          • byteValue()
          • cbrt()
          • ceil()
          • cos()
          • cosh()
          • exp()
          • floor()
          • format()
          • getExponent()
          • intValue()
          • isInfinite()
          • isNaN()
          • isNull()
          • log()
          • log10()
          • max()
          • min()
          • rint()
          • round()
          • signum()
          • sin()
          • sinh()
          • sqrt()
          • tan()
          • tanh()
          • toBoolean()
          • toChar()
          • toColor()
          • toDegrees()
          • toRadians()
          • toString()
          • getPhysicalPageNumber()
          • getTotalNumberOfPhysicalPages()
          • getPageNumber()
          • getTotalNumberOfPages()
        • The RepeatingRegion Class
          • getLocalIndex
          • getGlobalIndex
          • getName()
        • The Runtime Class
          • getDebugLevel()
          • getEnvironmentVariable()
          • getOutputDeviceName()
          • getPrinterMediaName()
          • getPrinterMediaSizeName()
          • getPrinterMediaTray()
          • getPrinterName()
          • getSVGPaperSource()
          • getSVGPrinterName()
          • inDesigner()
          • producingBrowserOutput()
          • producingExcelOutput()
          • producingHLPXMLOutput()
          • producingHTMLOutput()
          • producingImageOutput()
          • producingOORTFOutput()
          • producingPDFOutput()
          • producingPostscriptOutput()
          • producingPrinterOutput()
          • producingPXMLOutput()
          • producingRTFOutput()
          • producingSVGOutput()
          • producingXLSOutput()
          • producingXLSXOutput()
          • producingForPreview()
          • xlsPagesAreMerged()
        • The String Class
          • charAt()
          • contains()
          • endsWith()
          • equals()
          • equalsIgnoreCase()
          • format()
          • indexOf()
          • isEmpty()
          • isNull()
          • lastIndexOf()
          • length()
          • matches()
          • replace()
          • replaceAll()
          • replaceFirst()
          • startsWith()
          • substring()
          • toLowerCase()
          • toNumeric()
          • toString()
          • toUpperCase()
          • translate()
          • trim()
          • trimCompress()
          • trimLeft()
          • trimRight()
          • urlEncode()
        • The Util Class
          • fileIsReadable()
          • urlIsReadable()
      • Dimensions
        • Unit Names
        • Paper Format Abbreviations
      • Report Writer preferences
      • File extensions
  • Create and manage report templates
    • Create a report from an existing template
      • Template filters
      • Schema Association page
      • Add Fields page
      • Variables page
    • Create a new report template
      • Report template schema definition file (.rsd)
      • Report template (.4rt) file design features
        • Template field triggers
        • Template fields
      • Customize template appearance
    • Create a report template from an existing report
    • Modify an existing report template
    • Generic reports
      • Simple list or form list
      • Other template types
    • Set the report template directory
    • GenerateReport command options
    • Example 1: Placeholders
      • Create the report template files
      • Use the template to create the report
    • Example 2: Data groups and repetitions
      • Create the report template files
      • Use the template to create the report
    • Example 3: Dynamic list
      • Create the report template files
      • Use the template to create the report
  • Deployment and customization
    • Deployment architecture
      • Non-distributed mode
      • Local distributed mode
        • Architecture
        • Setting up
      • Remote distributed mode
        • Architecture
        • Setting up
        • Start the Web server service
        • Capabilities to manage a Windows® service
    • Genero Report Viewer for HTML5
    • GRE environment variables
      • GREDIR
      • GREOUTPUTDIR
      • GRE_MAX_CONCURRENT_JOBS
      • GREDEBUG
      • GRE_DEFAULT_IMAGE_URL
      • GRESERVER
      • GREDATAFILE
      • DBMONEY and DBFORMAT
  • Troubleshooting
    • Report Writer error messages
    • Genero Report Engine error messages
    • Redirect GRE log messages to a file
    • Report an issue to support
  • Upgrading
    • New Features
      • GRW 5.01 new features
      • GRW 5.00 new features
      • GRW 4.01 new features
      • GRW 4.00 new features
      • GRW 3.21 new features
      • GRW 3.20 new features
      • GRW 3.10 new features
      • GRW 3.00 new features
      • GRW 2.51 new features
      • GRW 2.50 new features
      • GRW 2.41 new features
      • GRW 2.40 new features
    • Upgrade Guides
      • GRW 5.01 upgrade guide
      • GRW 5.00 upgrade guide
      • GRW 4.01 upgrade guide
      • GRW 4.00 upgrade guide
      • GRW 3.21 upgrade guide
      • GRW 3.20 upgrade guide
      • GRW 3.10 upgrade guide
      • GRW 3.00 upgrade guide
      • GRW 2.50 upgrade guide
      • GRW 2.41 upgrade guide
      • GRW 2.40 upgrade guide
      • GRW 2.30 upgrade guide
      • GRW 2.20 upgrade guide
    • Update report design documents
  • File types and extensions
  • Legal Notices
  • Copyrights and Trademarks
  • 3D charts
    • category charts [1]
    • map charts [1]
  • absolute positioning [1]
  • address labels [1]
  • aggregating data
    • with transformations [1]
  • architecture
    • GRW for BDL [1]
    • Report Writer [1]
  • area charts
    • category charts [1]
    • XY charts [1]
  • Asian fonts [1]
  • backside printing
    • in reports [1]
  • bar charts
    • category charts [1]
    • map charts [1]
  • bar code
    • 4-CB [1]
    • 4CB [1]
    • codabar-18 [1]
    • codabar-2 [1]
    • code-11-matrix [1]
    • code-128 [1]
    • code-2-5-datalogic [1]
    • code-2-5-IATA [1]
    • code-2-5-industrial [1]
    • code-2-5-interleaved [1]
    • code-2-5-inverted [1]
    • code-2-5-matrix [1]
    • code-32 [1]
    • code-39 [1]
    • code-39-extended [1]
    • code-93 [1]
    • code-93-extended [1]
    • code-BCD-matrix [1]
    • data-matrix [1]
    • ean-13 [1]
    • ean-8 [1]
    • ean-code-128 [1]
    • ean-data-matrix [1]
    • ean-supplemental-2 [1]
    • ean-supplemental-5 [1]
    • gs1-13 [1] [2]
    • gs1-8 [1] [2]
    • gs1-code-128 [1]
    • gs1-data-matrix [1]
    • gs1-qr-code [1]
    • gs1-supplemental-2 [1]
    • gs1-supplemental-5 [1]
    • Intelligent Mail [1]
    • intelligent-mail [1]
    • list of [1]
    • OMR [1]
    • pdf-417 [1]
    • qr-code [1]
    • report objects, properties [1]
    • upc-a [1]
    • upc-e [1]
    • upc-supplemental-2 [1]
    • upc-supplemental-5 [1]
    • USPS 4-State Customer Barcode [1]
    • USPS OneCode Solution [1]
    • USPS4CB [1]
  • bar codes
    • in Tool Box [1]
  • basics
    • architecture [1]
    • OrderReport demo [1]
    • Report Writer [1]
  • borders
    • report objects
      • color properties [1]
      • examples [1]
      • size expressions [1]
      • style classes [1]
      • style properties [1]
      • width properties [1]
    • table objects
      • border property [1]
      • bottom border [1]
      • left border [1]
      • right border [1]
      • top border [1]
  • breaking report across pages [1]
  • Browser
    • Report Viewer for HTML5 [1]
    • view reports [1]
  • business graphs [1]
    • creating [1]
    • custom keys [1]
    • drawing style [1]
    • in Tool Box [1]
    • outputting as tables [1]
    • types [1]
  • captions
    • adding to report [1]
  • category charts [1]
    • adding to report structure [1]
    • creating [1]
    • custom keys [1]
    • in Tool Box [1]
  • child node
    • in report structure [1]
    • switch with parent [1]
  • client-side printing
    • reports [1]
  • column selector [1]
  • command options
    • GenerateReport [1]
  • command reference
    • gremkstr [1]
  • compatibility report
    • coding for [1]
    • fonts [1]
    • overview [1]
  • conditional expressions
    • in RTL [1]
  • configuration
    • distributed mode [1]
  • custom keys
    • business graphs [1]
  • data
    • choosing methods [1] [2]
  • data schema
    • adding to report design [1]
    • creating [1]
    • generating from BDL [1] [2]
  • data source
    • arbitrary XML input source [1]
  • data transformations [1]
  • data values
    • adding to report [1]
  • Data view
    • in report designer [1]
  • dates
    • formatting [1]
  • debugging
    • report design document [1]
  • decimals
    • formatting [1]
  • design file [1]
  • designer [1]
  • designing a report [1]
  • distributed mode [1]
    • fonts [1]
    • local [1] [2]
    • local, GDC [1]
    • non-distributed [1]
    • remote [1] [2]
    • remote, GDC [1]
  • duplex printing
    • different reverse side [1]
    • start on odd page [1]
  • duplicating data
    • with sub reports [1]
    • with transformations [1]
  • dynamic layout [1]
  • embedded reports [1]
  • environment variables [1]
    • DBFORMAT [1]
    • DBMONEY [1]
    • GREDATAFILE [1]
    • GREDEBUG [1]
    • GREDIR [1]
    • GRESERVER [1]
    • GRE_DEFAULT_IMAGE_URL [1]
  • error messages
    • report engine [1]
    • Report Writer [1]
  • even page
    • in reports [1]
  • evenPhysicalPage() [1]
  • Excel
    • output reports [1]
  • Expand Document
    • reports [1]
  • expressions
    • in properties [1]
  • feature changes
    • version list [1]
  • Field Properties
    • Field Name [1]
    • Role [1]
  • fields
    • adding to report [1]
  • first page
    • in reports [1]
  • fonts [1]
    • bold [1]
    • compatibility report [1]
    • fontinfo [1]
    • fontinfopdf [1]
    • installing [1]
    • italic [1]
    • name [1]
    • PDF [1]
    • private characters [1]
    • size [1]
    • troubleshooting [1]
  • footers
    • in reports [1]
    • in tables [1]
  • generic reports [1]
    • custom [1]
  • Genero Report Engine
    • configuration [1]
  • Genero Report Viewer
    • Browser output [1]
    • Genero Report Viewer for HTML5 [1]
    • SVG reports [1]
  • Genero Reporting API
    • fgl_report_commitCurrentSettings [1]
    • fgl_report_configureAutoformatOutput [1]
    • fgl_report_configureCompatibilityOutput [1]
    • fgl_report_configureDistributedEnvironment [1]
    • fgl_report_configureDistributedProcessing [1]
    • fgl_report_configureDistributedURLPrefix [1]
    • fgl_report_configureHTMLDevice [1]
    • fgl_report_configureImageDevice [1]
    • fgl_report_configureLabelOutput [1]
    • fgl_report_configureLocalization [1]
    • fgl_report_configureMultipageOutput [1]
    • fgl_report_configureOORTFDevice [1]
    • fgl_report_configurePageSize [1]
    • fgl_report_configurePDFDevice [1]
    • fgl_report_configurePDFFontEmbedding [1]
    • fgl_report_configureRTFDevice [1]
    • fgl_report_configureSVGDevice [1]
    • fgl_report_configureSVGPreview [1]
    • fgl_report_configureTXTDevice [1]
    • fgl_report_configureXLSDevice [1]
    • fgl_report_configureXLSXDevice [1]
    • fgl_report_createProcessLevelDataFile [1]
    • fgl_report_findResourcePath [1]
    • fgl_report_getBrowserURL [1]
    • fgl_report_getErrorStatus [1]
    • fgl_report_getErrorString [1]
    • fgl_report_getTotalNumberOfPages [1]
    • fgl_report_loadAndCommit [1]
    • fgl_report_loadCurrentSettings [1]
    • fgl_report_runFromXML [1]
    • fgl_report_runReportFromProcessLevelDataFile [1]
    • fgl_report_selectDevice [1]
    • fgl_report_selectLogicalPageMapping [1]
    • fgl_report_selectPreview [1]
    • fgl_report_setAutoformatType [1]
    • fgl_report_setBrowserDocumentDirectory [1]
    • fgl_report_setBrowserDocumentDirectoryURL [1]
    • fgl_report_setBrowserFontDirectory [1]
    • fgl_report_setBrowserFontDirectoryURL [1]
    • fgl_report_setCallbackLocalization [1]
    • fgl_report_setDistributedRequestingUserName [1]
    • fgl_report_setEnvironment [1]
    • fgl_report_setImageShrinkImagesToPageContent [1]
    • fgl_report_setImageUsePageNamesAsFileNames [1]
    • fgl_report_setOutputFileName [1]
    • fgl_report_setPageMargins [1]
    • fgl_report_setPageSwappingThreshold [1]
    • fgl_report_setPaperMargins [1]
    • fgl_report_setPDFImageResolution [1]
    • fgl_report_setPDFJPEGImageEncoding [1]
    • fgl_report_setPrinterChromaticity [1]
    • fgl_report_setPrinterCopies [1]
    • fgl_report_setPrinterDestinationUrl [1]
    • fgl_report_setPrinterFidelity [1]
    • fgl_report_setPrinterJobImpressions [1]
    • fgl_report_setPrinterJobMediaSheets [1]
    • fgl_report_setPrinterJobName [1]
    • fgl_report_setPrinterJobPriority [1]
    • fgl_report_setPrinterJobSheets [1]
    • fgl_report_setPrinterMediaName [1]
    • fgl_report_setPrinterMediaTray [1]
    • fgl_report_setPrinterName [1]
    • fgl_report_setPrinterNumberUp [1]
    • fgl_report_setPrinterOrientationRequested [1]
    • fgl_report_setPrinterPageRanges [1]
    • fgl_report_setPrinterPJLVariables [1]
    • fgl_report_setPrinterQuality [1]
    • fgl_report_setPrinterRequestingUserName [1]
    • fgl_report_setPrinterResolution [1]
    • fgl_report_setPrinterSheetCollate [1]
    • fgl_report_setPrinterSides [1]
    • fgl_report_setPrinterSizeName [1]
    • fgl_report_setPrinterWriteToFile [1]
    • fgl_report_setProcessLevelDataFile [1]
    • fgl_report_setRenderingHints [1]
    • fgl_report_setRTFMemoryThreshold [1]
    • fgl_report_setSharePortWithGDC [1]
    • fgl_report_setSVGCompression [1]
    • fgl_report_setSVGCopies [1]
    • fgl_report_setSVGOrientationRequested [1]
    • fgl_report_setSVGPageRange [1]
    • fgl_report_setSVGPaperSource [1]
    • fgl_report_setSVGPrinterName [1]
    • fgl_report_setSVGSheetCollate [1]
    • fgl_report_setXLSHandleBorders [1]
    • fgl_report_setXLSMergeCells [1]
    • fgl_report_setXLSPageGroupingMode [1]
    • fgl_report_setXLSXHandleBorders [1]
    • fgl_report_setXLSXMergeCells [1]
    • fgl_report_setXLSXPageGroupingMode [1]
    • fgl_report_stopGraphicalCompatibilityMode [1]
    • method list [1]
  • Geometry
    • Alignment [1]
    • Anchor X [1]
    • Anchor Y [1]
    • Scale X [1]
    • Scale Y [1]
    • X [1]
    • X-Size [1]
    • X-Size Adjustment [1]
    • Y [1]
    • Y-Size [1]
    • Y-Size Adjustment [1]
  • gre.log [1] [2] [3]
  • headers
    • in reports [1]
    • in tables [1]
  • HTML
    • displaying in report [1]
    • output reports [1]
  • HTML5
    • Report Viewer [1]
      • customization [1]
  • hyperlinks
    • in reports [1]
  • images
    • based on variables [1]
    • displaying in report [1]
    • location [1]
    • orientation [1]
    • report templates [1]
    • resolution [1]
  • Info Node
    • layout-dependent reference [1]
    • Tool Box object [1]
  • inline reports [1]
  • internationalization
    • of reports [1]
    • using translate() [1]
  • invoices
    • as Genero reports [1]
    • displaying page numbers [1]
    • report templates [1]
  • labels
    • address [1]
    • creating in BDL [1]
    • designing [1]
  • last page
    • in reports [1]
  • layout-dependent reference
    • printing [1]
  • legacy reports
    • report design documents [1]
  • length
    • PXML function [1]
  • Liberation fonts [1]
  • line charts
    • category charts [1]
    • XY charts [1]
  • linked sub reports [1]
  • lists
    • table-formatted [1]
  • localized strings
    • in reports [1]
  • logs
    • GRE [1]
  • Lucida fonts [1]
  • map charts [1]
    • adding to report structure [1]
    • color [1]
    • creating [1]
    • custom keys [1]
    • in Tool Box [1]
  • margins
    • PDFs
      • crop properties [1]
    • report objects
      • examples [1]
      • width properties [1]
  • max
    • numeric class function [1]
    • PXML function [1]
    • PXML variable [1]
  • metadata
    • report design document [1]
    • report document properties [1]
  • min
    • numeric class function [1]
    • PXML function [1]
    • PXML variable [1]
  • new features
    • version 2.40 [1]
    • version 2.41 [1]
    • version 2.50 [1]
    • version 2.51 [1]
    • version 3.00 [1]
    • version 3.10 [1]
    • version 3.20 [1]
    • version 3.21 [1]
    • version 4.00 [1]
    • version 4.01 [1]
    • version 5.00 [1]
    • version 5.01 [1] [2]
    • version information [1]
  • numbers
    • formatting dates [1]
    • formatting decimals [1]
    • formatting within strings [1]
    • Numeric RTL class [1]
    • positioning in reports [1]
  • odd page
    • in reports [1]
  • oddPhysicalPage() [1]
  • operators
    • in RTL expressions [1]
  • order specifoer [1]
  • output format
    • changing [1]
  • padding
    • report objects
      • examples [1]
      • width properties [1]
    • table objects
      • horizontal padding [1]
      • padding property [1]
      • vertical padding [1]
  • page break [1]
  • page numbers
    • displaying in report [1]
    • displaying invoice page [1]
    • overview [1]
    • setting length [1]
    • using a string [1]
  • paper formats
    • supported in Genero [1]
  • paper settings
    • changing [1]
    • designing reports [1]
    • in Report Writer preferences [1]
  • paragraphs
    • displaying in report [1]
  • parent node
    • in report structure [1]
    • switch with child [1]
  • PDF
    • configure device [1]
    • display in reports [1]
    • fonts [1]
    • location [1]
    • output reports [1]
    • rotating pages [1]
  • pie charts [1]
    • color [1]
    • creating [1]
  • pivot tables [1]
    • computing aggregates [1]
    • creating [1]
    • data types [1]
    • definition [1]
    • in report structure [1]
    • in Tool Box [1]
    • performance considerations [1]
    • runtime configuration [1]
    • sample reports [1]
  • PJL printing [1]
  • polar charts [1]
  • positioning in reports
    • absolute or relative [1]
    • at bottom right [1]
    • in center [1]
    • multiple objects [1]
    • numbers [1]
  • pre-printed forms
    • designing [1]
  • preferences
    • paper settings [1]
    • report writer [1]
  • previewing reports [1]
  • Printer Job Language (PJL) [1]
  • printers
    • client-side [1]
    • configuring [1]
    • driverless [1]
    • printinfo [1]
    • server-side [1]
  • printing
    • reports [1]
  • project manager
    • create report [1]
  • properties
    • expressions [1]
  • Properties view
    • in report designer [1]
  • PXML expressions
    • embedding RTL [1]
    • functions [1]
    • overview [1]
    • syntax [1]
    • toBinaryString method [1]
  • radar charts [1]
  • rdd file
    • generating [1] [2]
  • Reference Box
    • layout-dependent reference [1]
    • Tool Box object [1]
  • relative positioning [1]
  • rendering hints
    • chart style [1]
    • colorize padding [1]
    • fglAutoformat [1]
    • fgl_report_setRenderingHints [1]
    • optimizing rendering [1]
    • pxmlSplitDocument [1]
    • XMP metadata [1]
  • Report Data wizard [1]
  • report design document [1]
  • report design templates
    • .4rt [1]
    • .rsd [1] [2]
    • Add Fields page [1]
    • creating from existing reports [1]
    • creating new templates [1]
    • creating reports from [1]
    • design features [1]
    • expanding at runtime [1]
    • filters [1]
    • filters list [1]
    • generic reports [1]
    • images [1]
    • modifying [1]
    • overview [1]
    • Schema Association page [1]
    • schema definition [1]
    • setting directory [1]
    • Variables page [1]
  • report designer [1]
    • business graphs [1]
    • Data view [1]
    • debugging [1]
    • design a report [1]
    • launching [1]
    • overview [1]
    • pivot tables [1]
    • placing elements [1]
    • Properties view [1]
    • reference [1]
    • Report Design window [1]
    • report output [1]
    • Report Structure view [1]
    • set properties [1] [2]
    • tables [1]
    • Tool Box view [1]
    • work area [1]
  • Report Element Properties
    • alignment [1]
    • anchorX [1]
    • anchorY [1]
    • author [1]
    • Background Color (Color) [1]
    • Baseline Type (Layout) [1]
    • baselineType [1]
    • bBorder [1]
    • bgColor [1]
    • Bold (Font) [1]
    • border [1]
    • Border (Table) [1]
    • Border Color (Table) [1]
    • border color properties [1] [2]
    • border style properties [1] [2]
    • border width properties [1] [2]
    • borderBottomColor [1]
    • borderBottomStyle [1]
    • borderBottomWidth [1]
    • borderColor [1]
    • borderLeftColor [1]
    • borderLeftStyle [1]
    • borderLeftWidth [1]
    • borderRightColor [1]
    • borderRightStyle [1]
    • borderRightWidth [1]
    • borderTopColor [1]
    • borderTopStyle [1]
    • borderTopWidth [1]
    • borderWidth [1] [2]
    • Bottom Border (Table) [1]
    • Bottom Color (Border) [1]
    • Bottom Style (Border) [1]
    • Bottom Width (Border) [1]
    • Bottom Width (Margin) [1]
    • Bottom Width (Padding) [1]
    • Categories [1]
    • Categories Title (Chart) [1]
    • Category Key (Items) [1]
    • categoryKey [1]
    • categoryTitle [1]
    • check [1]
    • Check (Bar Code) [1]
    • class [1]
    • Class (Object) [1]
    • clip [1]
    • Clip (Layout) [1]
    • Code Type (Bar Code) [1]
    • Code Value (Bar Code) [1]
    • Code Value Expression (Bar Code) [1]
    • codeType [1]
    • codeValue [1]
    • codeValueExpression [1]
    • color [1] [2]
    • Color (Border) [1]
    • Color (Color) [1] [2]
    • colspan [1]
    • Column Span (Table) [1]
    • comment [1]
    • Compute aggregates on the innermost dimension (Chart) [1]
    • Compute Average (Value) [1]
    • Compute Count (Value) [1]
    • Compute Distinct Count (Value) [1]
    • Compute Maximum (Value) [1]
    • Compute Minimum (Value) [1]
    • Compute Totals (Value) [1]
    • computeAggregatesInnermostDimension [1]
    • computeAverage [1]
    • computeCount [1]
    • computeDistinctCount [1]
    • computeMaximum [1]
    • computeMinimum [1]
    • computeTotal [1]
    • Control Characters (Bar Code) [1]
    • controlCharacters [1]
    • creator [1]
    • Crop Bottom Width [1]
    • Crop Left Width [1]
    • Crop Right Width [1]
    • Crop Top Width [1]
    • cropBottomWidth [1]
    • cropLeftWidth [1]
    • cropRightWidth [1]
    • cropTopWidth [1]
    • Data Symbols per Line (Bar Code) [1]
    • dataSymbolsPerLine [1]
    • Default (Reference) [1]
    • Display Fact Rows (Chart) [1]
    • Display Recurring Dimension Values (Chart) [1]
    • Display Selection (Chart) [1]
    • displayFactRows [1]
    • displayRecurringDimensions [1]
    • displaySelection [1]
    • domainLowerBound [1]
    • domainUpperBound [1]
    • Draw Labels (Chart) [1]
    • Draw Legend (Chart) [1]
    • drawAs [1]
    • drawLabels [1]
    • drawLegend [1]
    • encoding [1]
    • Encoding (Bar Code) [1]
    • Enum Values (Value) [1]
    • enumValues [1]
    • Error Correction Degree (Bar Code) [1]
    • errorCorrectionDegree [1]
    • fidelity [1]
    • field name [1]
    • fill [1]
    • Fill (Image) [1]
    • Fix Width (Table) [1]
    • Floating Behavior (Layout) [1]
    • floatingBehavior [1]
    • fontBold [1]
    • fontItalic [1]
    • fontName [1]
    • fontSize [1]
    • format [1]
    • Format (Page Number) [1]
    • Format (Value) [1]
    • fWidth [1]
    • hAligh [1]
    • hang [1]
    • Hide Page Footer On Last Page (Mini Page) [1]
    • Hide Page Header On Last Page (Mini Page) [1]
    • Hide Text (Bar Code) [1]
    • hidePageFooterOnLastPage [1]
    • hidePageHeaderOnLastPage [1]
    • Hierarchies input order (Chart) [1]
    • hierarchiesInputOrder [1]
    • Horizontal Alignment (Table) [1]
    • Horizontal Padding (Table) [1]
    • Horizontal Rule (Table) [1]
    • hPadding [1]
    • href [1]
    • href (Hyperlink) [1]
    • hRule [1]
    • id [1]
    • id (Hyperlink) [1]
    • indent [1]
    • Indent (Text) [1]
    • InfoNode Name (Reference) [1]
    • Intended Resolution (Image) [1]
    • intendedResolution [1]
    • isNumeric [1]
    • Italic (Font) [1]
    • key [1]
    • Key (Items) [1]
    • Keys Title (Chart) [1]
    • keysTitle [1]
    • keywords [1]
    • Layout Direction (Orientation) [1]
    • layoutDirection [1]
    • lBorder [1]
    • Left Border (Table) [1]
    • Left Color (Border) [1]
    • Left Style (Border) [1]
    • Left Width (Border) [1]
    • Left Width (Margin) [1]
    • Left Width (Padding) [1]
    • Localize Text (Text) [1] [2]
    • localizeText [1] [2]
    • location [1]
    • Location (Image) [1]
    • margin width properties [1] [2]
    • marginBottomWidth [1]
    • marginLeftWidth [1]
    • marginRightWidth [1]
    • marginTopWidth [1]
    • marginWidth [1]
    • name [1]
    • Name (Font) [1]
    • Name (Object) [1]
    • Name (Page Number) [1]
    • noCheckDigits [1]
    • noDigits [1]
    • noText [1]
    • Number Check Digits (Bar Code) [1]
    • Number Digits (Bar Code) [1]
    • objectType [1]
    • Offset (Page Number) [1]
    • Output Order (Chart) [1]
    • outputOrder [1]
    • padding [1]
    • Padding (Table) [1]
    • padding width properties [1] [2]
    • paddingBottomWidth [1]
    • paddingLeftWidth [1]
    • paddingRightWidth [1]
    • paddingTopWidth [1]
    • paddingWidth [1]
    • Page Ranges [1]
    • pageName [1]
    • pageNoFormat [1]
    • pageNoOffset [1]
    • password [1]
    • PDF crop properties [1]
    • Prefer Rectangular Symbols (Bar Code) [1]
    • preferRectangularSymbols [1]
    • Proportional Width (Table) [1]
    • pWidth [1]
    • rangeLowerBound [1]
    • rangeUpperBound [1]
    • Raw Code Value (Bar Code) [1]
    • rawCodeValue [1]
    • rBorder [1]
    • referenceDefault [1]
    • referenceName [1]
    • report document metadata properties [1]
    • Right Border (Table) [1]
    • Right Color (Border) [1]
    • Right Style (Border) [1]
    • Right Width (Border) [1]
    • Right Width (Margin) [1]
    • Right Width (Padding) [1]
    • role [1]
    • Rounded Corners [1]
    • roundedCorners [1] [2]
    • rule [1]
    • Rule (Table) [1]
    • Rule Color (Table) [1]
    • ruleColor [1]
    • scaleX [1]
    • scaleY [1]
    • section [1]
    • Section (Layout) [1]
    • Series Title (Items) [1]
    • seriesTitle [1]
    • Size (Font) [1]
    • smartParse [1]
    • Sort Ascending (Chart) [1]
    • Sort By (Chart) [1]
    • sortAscending [1]
    • sortBy [1]
    • Split Oversized Items (Mini Page) [1]
    • splitOversizedItem [1]
    • strikethrough [1]
    • Strikethrough (Font) [1]
    • subject [1]
    • suppressionInitializer [1]
    • suppressRepetitions [1]
    • suppressRepetitionsAcrossPages [1]
    • Swap X (Orientation) [1]
    • swapX [1]
    • Symbol Height [1]
    • Symbol Specification Table [1]
    • tableBorderColor [1]
    • tableHFType [1]
    • tBorder [1]
    • text [1]
    • Text (Text) [1]
    • Text Alignment (Text) [1]
    • Text Expression (Text) [1]
    • Text Fidelity (Font) [1]
    • textAlignment [1]
    • textExpression [1]
    • Thin To Gap Relation (Bar Code) [1]
    • Thin To Thick Relation (Bar Code) [1]
    • thinToGapRelation [1]
    • thinToThickRelation [1]
    • title [1]
    • title (general property) [1]
    • Title (Metadata) [1]
    • Top Border (Table) [1]
    • Top Color (Border) [1]
    • Top N (Chart) [1]
    • Top Style (Border) [1]
    • Top Width (Border) [1]
    • Top Width (Margin) [1]
    • Top Width (Padding) [1]
    • topN [1]
    • Transform transparently (Orientation) [1]
    • transformTransparently [1]
    • Trim Text (Text) [1]
    • trimText [1]
    • Type (Object) [1]
    • Type (rich text object) [1]
    • Type (table header) [1]
    • underline [1]
    • Underline (Font) [1]
    • URL [1] [2]
    • vAlign [1]
    • value [1]
    • Values Title (Chart) [1]
    • valuesTitle [1]
    • Vertical Alignment (Table) [1]
    • Vertical Padding [1]
    • Vertical Rule (Table) [1]
    • Visibility Condition (Object) [1]
    • visibilityCondition [1]
    • vPadding [1]
    • vRule [1]
    • Width (Border) [1] [2]
    • Width (Margin) [1]
    • Width (Padding) [1]
    • x [1]
    • x (XY chart item) [1]
    • X Dimension [1]
    • X-Size [1]
    • X-Size Adjustment [1]
    • xAxisTitle [1]
    • xAxisTitle (Chart) [1]
    • y [1]
    • y (XY chart item) [1]
    • Y-Size [1]
    • Y-Size Adjustment [1]
    • yAxisTitle [1]
    • yAxisTitle (Chart) [1]
  • report engine
    • environment variables
      • DBFORMAT [1]
      • DBMONEY [1]
      • GREDATAFILE [1]
      • GREDIR [1]
      • GREOUTPUTDIR [1]
      • GRESERVER [1]
      • GRE_MAX_CONCURRENT_JOBS [1]
    • error messages [1]
  • report output
    • changing format [1]
    • preview a report [1]
  • report program
    • coding [1]
    • creating [1]
  • report schema transformations [1]
    • creating [1]
    • duplication [1]
  • report structure [1]
    • business graphs [1]
    • example [1]
    • headers and footers [1]
    • pivot tables [1]
    • switch child and parent [1]
    • tree [1]
    • triggers [1]
  • Report Structure view
    • in report designer [1]
  • report templates [1]
  • report viewer
    • customizing [1]
  • reports
    • creating [1]
    • data schema [1]
    • deploying [1]
    • designing [1]
    • localizing [1]
  • rest
    • PXML variable [1]
  • reverse side printing
    • in reports [1]
  • Rich Text
    • CSS support [1]
    • HTML elements [1]
  • ring charts [1]
  • rotating report pages [1]
  • RTF
    • output reports [1] [2]
  • RTL Class Reference
    • Alignment class [1]
    • BaselineType class [1]
    • Boolean class [1]
    • BorderStyles class [1]
    • Calendar class [1]
    • CategoryChartDrawAs class [1]
    • CodeType class [1]
    • Color class [1]
    • Date class [1]
    • Enum class [1]
    • FGLNumericVariable class [1]
    • FGLStringVariable class [1]
    • FloatingBehavior class [1]
    • LayoutDirection class [1]
    • MapChartDrawAs class [1]
    • Numeric class [1]
    • Overview [1]
    • PageNoFormat class [1]
    • Runtime class [1]
    • Section class [1]
    • SortBy class [1]
    • String class [1]
    • TextAlignment class [1]
    • TrimText class [1]
    • Util class [1]
    • X-SizeAdjustment class [1]
    • XYChartDrawAs class [1]
    • Y-SizeAdjustment class [1]
  • RTL classes [1]
  • RTL expressions
    • embedding in PXML [1]
    • examples [1]
      • changing display [1]
      • checking for values [1]
      • displaying images [1]
      • formatting numbers [1]
      • sizing columns [1]
    • language [1]
    • overview [1]
  • scatter charts [1]
  • server-side printing
    • reports [1]
  • smart parse
    • bar codes [1]
  • spider web charts [1]
  • splitting files [1]
  • SQL queries
    • BDL [1]
  • static layout [1]
  • step charts [1]
  • strings
    • displaying in report [1]
    • formatting numbers [1]
    • including page numbers [1]
    • String RTL class [1]
  • sub report
    • coding the application [1]
    • creating the design [1] [2]
    • overview [1]
    • when to use [1]
  • support
    • reporting an issue [1]
  • SVG
    • print reports [1]
    • view reports [1]
  • tables
    • colors
      • odd and even rows [1]
    • from business graphs [1]
    • in reports [1]
      • adding content [1]
      • changing width [1]
      • columns [1] [2]
      • creating [1]
      • headers and footers [1]
      • merging cells [1]
      • rows [1]
      • setting triggers [1]
    • in Tool Box [1]
    • pivot tables [1]
  • template field triggers [1]
  • template fields [1]
  • templates
    • report design [1]
  • text
    • displaying in report [1]
  • time series charts [1]
  • Tool Box objects [1]
    • bar codes [1]
    • break [1]
    • business graphs [1] [2]
    • Category Chart [1]
    • Category Chart Item [1]
    • composed containers [1]
    • Date Format Box [1]
    • Decimal Format Box [1]
    • drawables [1]
    • HTML Box [1]
    • Image Box [1]
    • Info Node [1]
    • Map Chart [1]
    • Map Chart Item [1]
    • Mini Pages [1]
    • other markup [1]
    • Page Number (PageNoBox) [1]
    • Paragraph [1]
    • Paragraph Text [1]
    • PDF Box [1]
    • Pivot Table [1]
    • Pivot Table Fact [1]
    • Pivot Table Hierarchy Value [1]
    • Pivot Table Measure [1]
    • Pivot Table sample reports [1]
    • Pivot Tables [1]
    • Pivot Tables data types [1]
    • Pivot Tables definition [1]
    • Pivot Tables performance considerations [1]
    • Pivot Tables runtime configuration [1]
    • Pivot Tables, create [1]
    • propagating containers [1]
    • Reference Box [1]
    • references [1]
    • Rich Text Box [1]
    • simple containers [1]
    • Table [1]
    • Word Box [1]
    • Word Wrap Box [1]
    • XY Chart [1]
    • XY Chart Item [1]
  • Tool Box view
    • in report designer [1]
  • triggers [1]
    • business graphs [1]
    • how they work [1]
    • in report structure [1]
    • pivot tables [1]
    • report tables [1]
  • troubleshooting
    • fonts [1]
  • units of measure
    • PXML expressions [1]
    • supported in Genero [1]
  • upgrade guide
    • gsreport command-line utility [1]
    • report design documents [1]
    • Version 2.20 [1]
    • Version 2.30 [1]
    • Version 2.40 [1]
    • Version 2.41 [1]
    • Version 2.50 [1]
    • Version 3.00 [1]
    • Version 3.10 [1]
    • Version 3.20 [1]
    • Version 3.21 [1]
    • Version 4.00 [1]
    • Version 4.01 [1]
    • Version 5.00 [1]
    • Version 5.01 [1]
  • variables
    • expressions in properties [1]
    • report templates [1]
  • waterfall charts [1]
  • what's new
    • upgrade guides [1]
    • version list [1]
  • width
    • PXML function [1]
  • wizard
    • Report Data [1]
  • XML
    • arbitrary data source [1]
    • intermediary files [1]
    • process-level data file [1]
  • XMP metadata
    • of images [1]
  • XY charts [1]
    • adding to report structure [1]
    • creating [1]
    • in Tool Box [1]