Name
|
Description
|
theme
|
Sets the theme of the viewer. The list of available themes can be found in the StiViewerTheme enumeration. The default value is StiViewerTheme::Office2022WhiteBlue.
|
iconSet
|
Allows setting the icon set:
| StiWebUIIconSet::Auto (default) - automatically sets the icon set. For Office2022 themes, the Monoline icon set is used, and for Office2013 themes, the Regular icon set is used; |
| StiWebUIIconSet::Monoline - sets the Monoline style icon set; |
| StiWebUIIconSet::Regular - sets the Regular style icon set. |
|
backgroundColor
|
Sets the background color of the viewer. By default. it is set to 'white'.
|
pageBorderColor
|
Sets the border color of the viewer. By default, it is set to 'gray'.
|
rightToLeft
|
Sets the Right to Left mode for viewer controls. By default, the property is set to false.
|
fullScreenMode
|
It sets the full screen mode of the viewer display. If the property is set in the true value, the values of width and height properties are ignored. The false value is set by dedault.
|
scrollbarsMode
|
Sets the preview mode with scrollbars. By default, the property is set to false.
|
openLinksWindow
|
Sets the target window to open links contained in the report. By default, it is set to '_blank' (new window). It can have one of the standard values '_blank', '_self', '_top', as well as the name of the window or frame.
|
openExportedReportWindow
|
Sets the target window or frame for opening the exported report. The default is '_blank' (new browser tab). It can take one of the standard values: '_blank', '_self', '_top', or the name of a window or frame.
|
showTooltips
|
Enables displaying tips for the viewer controls when the mouse hovers over. By default, the property is set to true.
|
showTooltipsHelp
|
Sets a value which indicates that show or hide the help link in tooltips. By default, the property is set to true.
|
showDialogsHelp
|
Sets a value which indicates that show or hide the help button in dialogs. By default, the property is set to true.
|
pageAlignment
|
Sets the position of the report page in the viewer window:
| StiContentAlignment::DefaultValue - page alignment is determined from the template settings (value is set by default); |
| StiContentAlignment::Left – the page will be aligned left; |
| StiContentAlignment::Center – the page will be centered (set by default); |
| StiContentAlignment::Right – the page will be aligned right. |
|
showPageShadow
|
Enables displaying shadow for report pages. By default, the property is set to false.
|
bookmarksPrint
|
Enables printing of report bookmarks (besides the report itself). By default, the property is set to false.
|
bookmarksTreeWidth
|
Sets the width of the bookmarks panel in pixels. By default, the width is 180 pixels.
|
parametersPanelPosition
|
It sets location of the panel parameters in the viewer:
| StiParametersPanelPosition::FromReport - the location of the panel is determined from the template settings (value is set by default); |
| StiParametersPanelPosition::Top - the panel is located upper report page; |
| StiParametersPanelPosition::Left - the panel is located to the left from report page. |
|
parametersPanelMaxHeight
|
It sets max height of the parameter panel in pixels. The 300 value is set by default.
|
parametersPanelColumnsCount
|
It sets the number of columns in the parameter panel. The 2 value is set by default.
|
minParametersCountForMultiColumns
|
Sets the minimum number of variables on the parameters panel for multi-column display mode. The default value is 5.
|
parametersPanelDateFormat
|
It sets date and time format for the variables, which are displayed in the parameter panel. The String.empty value is set by default.
|
parametersPanelSortDataItems
|
It sets or disables the sorting variable values mode. The option is set in the true value by default, i.e variable values are sorted.
|
interfaceType
|
It sets the type of the viewer interface. The following values can be used:
| StiInterfaceType::Auto – the type of the viewer interface will be selected automatically depending on the device you use (value is set by default); |
| StiInterfaceType::Mouse – forced using of standard interface to control the viewer using a computer mouse; |
| StiInterfaceType::Touch – forced using the Touch interface to control the viewer using touch screen of a monitor. In this mode, the viewer interface elements have enlarged sizes for comfortable control; |
| StiInterfaceType::Mobile – forced using the Mobile interface to control the viewer using smartphone screen. In this mode, the viewer interface has a simplified appearance to control using a mobile device. |
|
allowMobileMode
|
Enables or disables displaying a report or dashboard in the mobile mode. If the option is set to false, then the mobile view will not be used. If the option is set to true, the mobile view mode will be used when opening the viewer on mobile devices. By default, the option is set to true.
|
chartRenderType
|
It sets the type of chart drawing in a report:
| StiChartRenderType::AnimatedVector – charts will be drawn in the vector mode with animation (value is set by default); |
| StiChartRenderType::Vector – charts will be drawn as a vector image without animation. |
|
reportDisplayMode
|
It sets the export mode to display report pages. It can take one of the following values:
| StiHtmlExportMode::FromReport - the export mode of the report elements is defined from report template settings - Div or Table (value is set by default); |
| StiHtmlExportMode::Table – report elements are exported using HTML tables; |
| StiHtmlExportMode::Div – report elements are exported using DIV markup. |
|
datePickerFirstDayOfWeek
|
It gives an ability to set 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 depending on browser culture (value is set by default); |
| 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. |
|
datePickerIncludeCurrentDayForRanges
|
It gives an ability to include or not the current day into the range of the Date Picker element values. By default, the option is set in the false value i.e. the current day is not included into the range of the element values.
|
appearance.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
|
It gives an ability change the viewer zoom by touching. By default, the option is set in the true value.
|
combineReportPages
|
It allows you to combine processed pages of report template into one template or present each page of the template as a separate tab in the viewer. By default, the option is set in the false value i.e. each page of report template 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.
|