Page ChunkSize
This property is to set the number of report pages that will be sent to the client (portal) at a time (in one batch).
Default: 10
Example: PAGE_CHUNKSIZE=10
Left Margin Offset (points)
This property is to set left 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: 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 real number between –1.0 and 1.0.
Default: 0.0
Example: SCALE_OFFSET=0.0
RTF Field Control Map
This property is to set the map of plain text character to RTF equivalent control. It is used in embedded field values to apply RTF formatting on 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 chart series should be drawn with single color or multicolor.
Default: Single
Example: CHART_SINGLE_SERIES_COLOR=Single
Note: This is applicable only for bar and column charts having 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 portal requests report output in HTML format, it is also expected to send Browser type. Value set in this property will be applied if browser type is not received from portal. Set IE to use MS Internet Explorer as browser type. For any other browsers, set OTHERS.
Default: IE
Example: DEFAULT_BROWSER=IE
Export to MS-Office
You can export reports to either 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 application’s file encoding like that of system file encoding. Doing so enables Intellicus to generate any text based output (TEXT / CSV / RAWTEXT) in specified file encoding. The file encoding must be a valid canonical name for java.lang API. Default value is blank i.e. Report Server will use system’s default file encoding.
Default: blank
Example: TEXT_OUTPUT_ENCODING=blank
Text Output Font Factor
In case of text output, this property determines horizontal spacing between text controls. If in text output, 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 that should be made available when a report is previewed. Specify any positive integer.
Default: 200
Example: REPORT_PREVIEW_RECORD_COUNT=200
Default Page Splitting
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 that 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 the operations like view, post view, ftp, upload and email.
For HTML, the archive will always be zip 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 height of the page (integer) after which single page report will split into multi-pages.
Default: 2147483647
Example: SINGLE_PAGE_HEIGHT_LIMIT=2147483647
Single Page Width Limit
Configure the width of the page (integer) after which single page report will split into multi-pages.
Default: 2147483647
Example: SINGLE_PAGE_WIDTH_LIMIT=2147483647