/
Rendering

Rendering

Page ChunkSize  

This property sets the number of report pages sent to the client (portal) simultaneously (in one batch).

Default: 10

Example: PAGE_CHUNKSIZE=10

Left Margin Offset (points)

This property sets the left margin compensating factor for printing. It is set in points (one point = 1/72 inch).  A valid value is zero or any integer.

Default: 0

Example: LEFT_MARGIN_OFFSET=0

Top Margin Offset (points)

This property is to set top margin compensating factor for printing. This is set in terms of points.  (1 point = 1/72 inch).  A valid value is zero or any integer.

Default: 0

Example: TOP_MARGIN_OFFSET=0

Scale Offset

This property is to set scaling compensating factor for printing.  A valid value is any actual number between –1.0 and 1.0.

Default: 0.0

Example: SCALE_OFFSET=0.0

RTF Field Control Map

This property sets the map of plain text characters to RTF equivalent controls. It is used in embedded field values to apply RTF formatting to plain text.

Syntax: RTF_FIELD_CONTROL_MAP=plainText1:RTFControl1;plainText2:RTFControl2; (String)

Default: n:par ;

Example: RTF_FIELD_CONTROL_MAP=n:par ;

Standard Colors

This property is to set color patterns (presently used in charts).  Specify color values (hexadecimal / integer) separated by semicolon.

Default:

0x99bcff;0xfbb275;0x96be6f;0xf9e989;0xe3b8cf;0x91deea;0xbbc49a;0xe6dfee;0xcd9790;0x9dc5c5;0xffefcc;0xafd9b3

Example: STANDARD_COLORS=0x00CCFF;0xCC99FF;0XFF9999;0xCCFF66;0xF3DFC3;0xFFFF66;0xFFB200;0x0099CC;0x99CC33;0x999900;0xFFFF99;0XC7C3F3

Chart Single Series Color

You can vary the colors of single-series data markers in a chart. Enable this property to configure whether a chart series should be drawn in a single color or multicolor.

Default: Single

Example: CHART_SINGLE_SERIES_COLOR=Single

Note

This is applicable only for bar and column charts with a single series.

Cached Output Formats

This property defines the output format for which report output needs to be cached.

Default: blank

Example: CACHED_OUTPUT_FORMATS=PDF, XML

Default Browser

When the portal requests report output in HTML format, it is also expected to send Browser type.  The value set in this property will be applied if the browser type is not received from the portal.  Set IE to use MS Internet Explorer as the browser type.  For any other browsers, set OTHERS.

Default: IE

Example: DEFAULT_BROWSER=IE

Export to MS-Office

You can export reports to MS Office v2007 and above or MS Office v97-2003.

Default: MS-Office

Example: EXPORT_TO_MSOFFICE=MS-Office

Text Output Encoding

This can be used to set the application’s file encoding to that of the system file encoding.  Doing so enables Kyvos Reporting to generate text-based output (TEXT / CSV / RAWTEXT) in specified file encoding.  The file encoding must be a valid canonical Java—Lang API name.  The default value is blank, i.e., Report Server will use the system’s default file encoding.

Default: blank

Example: TEXT_OUTPUT_ENCODING=blank

Text Output Font Factor

This property determines the horizontal spacing between text controls in text output. If characters are getting truncated (due to overlapping), increase this number.

Default: 6

Example: TEXT_OUTPUT_FONT_FACTOR=6

Report Preview Record Count

This property sets the maximum number of records available when previewing a report. Specify any positive integer.

Default: 200

Example: REPORT_PREVIEW_RECORD_COUNT=200

Default Page Splitting

The report page can be split when report data is more than what can be accommodated on the report page.  In this property, select default behavior:

Select Horizontal breaks to split the report pages horizontally.

Select Multiple Page to split the report page horizontally (if the data need more horizontal space than the page height) as well as vertically (if the data need more vertical space than page width).

Default: horizontal_breaks

Example: DEFAULT_PAGE_SPLITTING=horizontal_breaks

Archive Format

This property governs the archive format for report output except HTML in all operations, such as view, post view, FTP, upload, and email.

The archive will always be zip for HTML as gzip does not support archiving multiple files.

Syntax: ARCHIVE_FORMAT=[zip/gzip](String)

Default: zip

Example: ARCHIVE_FORMAT=zip

Single Page Height Limit

Configure the page height (integer), after which a single-page report will be split into multiple pages.

Default: 2147483647

Example: SINGLE_PAGE_HEIGHT_LIMIT=2147483647

Single Page Width Limit

Configure the page width (integer), after which a ssingle-pagereport will be split into multiple pages.

Default: 2147483647

Example: SINGLE_PAGE_WIDTH_LIMIT=2147483647

Related content

Copyright Kyvos, Inc. All rights reserved.