Name
|
Description
|
theme
|
Sets the theme of the viewer. The list of available themes is in the StiViewerTheme enumeration. By default, the value is set to StiViewerTheme.OFFICE_2022_WHITE_BLUE.
|
iconSet
|
Allows setting the icon set:
StiWebUIIconSet.AUTO – automatically sets the icon set. For Office2022 themes, a Monoline icon set is used, and for Office2013 themes, a Regular icon set is used;
StiWebUIIconSet.MONOLINE – sets the Monoline icon set;
StiWebUIIconSet.REGULAR – sets the Regular icon set.
By default, the property is set to StiWebUIIconSet.AUTO.
|
backgroundColor
|
Sets the background color of the viewer. By default, the value is 'white'.
|
pageBorderColor
|
Sets the page border color in the report. By default, the value is 'gray'.
|
rightToLeft
|
Sets the Right to Left mode for the viewer’s controls. By default, the value is set to False.
|
fullScreenMode
|
Sets the full-screen mode for the viewer. If this property is set to True, the width and height properties are ignored. By default, the value is set to False.
|
scrollbarsMode
|
Sets the mode to display the report with scrollbars. By default, the value is set to False.
|
openLinksWindow
|
Sets the target window or frame for opening hyperlinks from the report. By default, the value is set to 'blank' (new browser tab). It can take standard values 'blank', 'self', 'top', or a window or frame name.
|
openExportedReportWindow
|
Sets the target window or frame for opening the exported report. By default, the value is set to '_blank' (a new browser tab). It can accept one of the standard values: '_blank', '_self', '_top', as well as a custom window or frame name.
|
showTooltips
|
Enables or disables the display of tooltips when hovering over the viewer’s tools. By default, the value is set to True.
|
showTooltipsHelp
|
Allows displaying or hiding a link to the documentation in the tooltips when hovering over the viewer’s tools. By default, the value is set to True.
|
showDialogsHelp
|
Allows displaying or hiding the help button in various menus. By default, the value is set to True.
|
pageAlignment
|
Sets the alignment of report pages in the viewer:
StiContentAlignmen.DEFAULT – the page alignment is determined by the template settings;
StiContentAlignment.LEFT– pages are aligned to the left;
StiContentAlignment.CENTER – pages are centered;
StiContentAlignment.RIGHT – pages are aligned to the right.
By default, the property is set to StiContentAlignmen.DEFAULT.
|
showPageShadow
|
Enables or disables the display of page shadows in the report. By default, the value is set to False.
|
bookmarksPrint
|
Enables the printing of bookmarks in the report. By default, the value is set to False.
|
bookmarksTreeWidth
|
Sets the width of the bookmarks panel in pixels. By default, the value is set to 180.
|
parametersPanelPosition
|
Sets the position of the parameters panel in the viewer:
StiParametersPanelPosition.FROM_REPORT – the panel position is determined by the template settings;
StiParametersPanelPosition.TOP - the panel is located at the top above the report page;
StiParametersPanelPosition.LEFT - the panel is located to the left of the report page.
By default, the property is set to StiParametersPanelPosition.FROM_REPORT.
|
parametersPanelMaxHeight
|
Sets the maximum height of the parameters panel in pixels. By default, the value is set to 300.
|
parametersPanelColumnsCount
|
Sets the number of columns on the parameters panel. By default, the value is set to 2.
|
minParametersCountForMultiColumns
|
Sets the minimum number of variables on the parameters panel required to enable the multi-column display mode. By default, the value is set to 5.
|
parametersPanelDateFormat
|
Sets the date and time format for the variables displayed on the parameters panel. By default, no value is set.
|
parametersPanelSortDataItems
|
Enables or disables the sorting mode for the variable values. By default, the option is set to False, meaning the variable values are displayed in their original order.
|
parametersPanelShowDescriptions
|
Gets or sets a value which indicates that showing descriptions for variables is allowed. By default, the property is set to true.
|
interfaceType
|
Sets the viewer's interface type. The following values can be used:
StiInterfaceType.AUTO – the viewer's interface type will be automatically selected based on the device being used;
StiInterfaceType.MOUSE – forces the use of the standard interface for controlling the viewer with a mouse;
StiInterfaceType.TOUCH – forces the use of the Touch interface for controlling the viewer with a touchscreen monitor; in this mode, the viewer’s interface elements are larger for ease of use;
StiInterfaceType.MOBILE – forces the use of the Mobile interface for controlling the viewer with a smartphone screen; in this mode, the viewer’s interface has a simplified appearance and is adapted for mobile device control.
By default, the property is set to StiInterfaceType.AUTO.
|
allowMobileMode
|
Enables or disables the possibility of displaying the report or dashboard in mobile mode. If the option is set to False, the mobile view mode will not be used under any circumstances. If the option is set to True, the mobile view mode will be used when the viewer is launched on mobile devices. By default, the option is set to True.
|
chartRenderType
|
Sets the rendering type for charts in the report:
StiChartRenderType.ANIMATED_VECTOR – charts will be rendered in vector mode with animation;
StiChartRenderType.VECTOR – charts will be rendered as vector images without animation.
By default, the property is set to StiChartRenderType.ANIMATED_VECTOR.
|
reportDisplayMode
|
Sets the export mode for displaying report pages. It can take one of the following values:
StiHtmlExportMode.FROM_REPORT – the export mode of report elements is determined by the template settings, either Div or Table;
StiHtmlExportMode.TABLE – report elements are exported using HTML tables;
StiHtmlExportMode.DIV – report elements are exported using DIV markup.
By default, the property is set to StiHtmlExportMode.FROM_REPORT.
|
datePickerFirstDayOfWeek
|
Allows setting the first day of the week for the Date Picker tool:
StiFirstDayOfWeek.AUTO - Monday or Sunday will be set as the first day of the week based on the browser culture;
StiFirstDayOfWeek.MONDAY - Monday will be set as the first day of the week;
StiFirstDayOfWeek.SUNDAY - Sunday will be set as the first day of the week.
By default, the property is set to StiFirstDayOfWeek.AUTO.
|
datePickerIncludeCurrentDayForRanges
|
Allows including or excluding the current day in the range of the Date Picker element. By default, the option is set to False, meaning the current day is not included in the range.
|
allowScrollZoom
|
Sets a value which allows changing the viewer’s zoom level using the mouse scroll wheel. By default the property is set to True.
|
allowTouchZoom
|
Enables or disables the ability to zoom the viewer by touch. By default, the option is set to True.
|
combineReportPages
|
Allows combining the processed report template pages into one template or presenting each template page as a separate tab in the viewer. By default, the option is set to False, meaning each template page will be presented as a separate tab in the viewer.
|
allowPropagationEvents
|
Allows the propagation of key press events when the report viewer is not in focus. By default, the property is set to True.
|
dashboardFilterElementItemHeight
|
Sets the height in pixel of the checkbox in the List Box dashboard element.
|