Paginated Report Options

The following paginated report options may be defined in the <report /> . For example, use a Tabloid 11x17 page layout:

<report documentTemplate="report-tabloid.docx"/>

Option Description Default Value
title The title in the header.

defaults to the view name

orientation portrait or landscape portrait
documentTemplate

This is an enumeration. The default is dynamic and evaluates to:

• Letter 8-1/2x11 ( report-letter.docx ) for users with a US locale and to

• Letter A4 ( report-a4.docx ) for all other locales.

The other enumerated values in the list are:

• Tabloid 11x17 ( report-tabloid.docx ) and

• Tabloid A3( report-a3.docx )

localized default value

showLogoInHeader true or false .

true

logoImageFile

Logo image to be displayed in the header.

By default, the paginated report loads the archibus-logo.gif file from the …\archibus\schema\ab-system\graphics folder into the header as a logo, unless specified otherwise in the in the reports-docx.xml file in the …\archibus\WEB-INF\config\context\reports\docx folder or in the <report/> tag of a paginated report view.

archibus-logo.gif

showDateInHeader true or false . This inserts a literal date (the date the report was run) rather than using the Word macro for date (which would deliver the date the report was printed). true
showBarCodes true or false . This controls how fields with an Archibus Type of “Barcode” are printed. If 'true', the program prints the value in the group band text font, but then repeats the value using the “barcode” paragraph style. In the default style sheet, the “barcode” paragraph style is set to use the Code3of9 font, which prints as a set of vertical barcodes, rather than numbers. false
autoGenerateLegendColors true or false . true
drawingHighlightFileFormat PNG or EMF PNG
tableLedgerShadingColor For example, 0xDBE5F1
tableTotalShadingColor For example, 0x95B3D7
tableBorderColor For example, 0x1181BB
outputFileType DOCX or DOC output type for Word 2003 documents. The earlier Word format produces larger files on disk, but uses less memory, which can be a consideration if you are generating large Word document files with drawings on low-memory servers. Default is DOCX .