Name
|
Description
|
theme
|
Specifies the theme of the viewers' layout. The list of available themes can be found in the StiViewerTheme enumeration. The default value is Office2022WhiteBlue.
|
iconSet
|
Allows setting the icon set:
StiWebUIIconSet.Auto - 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.
By default, the property is set to StiWebUIIconSet.Auto.
|
backgroundColor
|
Sets the background color of the viewer. By default. it is set to Stimulsoft.System.Drawing.Color.white.
|
pageBorderColor
|
Sets the border color of the viewer. By default, it is set to Stimulsoft.System.Drawing.Color.gray.
|
rightToLeft
|
Sets the Right to Left mode for viewer controls. By default, the property is set to false.
|
fullScreenMode
|
Sets the viewer display to fullscreen mode. If the property is set to true, the values of the width and height properties are ignored. By default, the value is set to false.
|
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' (a 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. 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 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 (default value);
StiContentAlignment.Left – the page will be aligned left;
StiContentAlignment.Center – the page will be centered;
StiContentAlignment.Right – the page will be aligned right.
By default, the property is set to StiContentAlignment.DefaultValue.
|
showPageShadow
|
Enables displaying shadow for report pages. By default, the property is set to true.
|
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;
StiParametersPanelPosition.Top - the panel is located upper report page;
StiParametersPanelPosition.Left - the panel is located to the left from report page.
By default, the property is set to StiParametersPanelPosition.FromReport.
|
parametersPanelMaxHeight
|
Sets the maximum height of the parameters bar in pixels. By default, the maximum height is 300 pixels.
|
parametersPanelColumnsCount
|
Sets the number of columns to display report parameters. By default, it is set to 2 columns.
|
minParametersCountForMultiColumns
|
Sets the minimum number of variables on the parameters panel for multi-column display mode. The default value is 5.
|
parametersPanelSortDataItems
|
Gets or sets a value which indicates that variable items will be sorted. By default the property is set to true.
|
parametersPanelDateFormat
|
Sets the date and time format for variables of the corresponding type in the parameters panel. By default, no value is specified.
|
parametersPanelShowDescriptions
|
Gets or sets a value which indicates that showing descriptions for variables is allowed. By default, the property is set to true.
|
reportDisplayMode
|
Sets the export mode for displaying report pages. It can take one of the following values of the reportDisplayMode enumeration:
StiHtmlExportMode.FromReport - the export mode of the report elements is defined from report template settings Div or Table;
StiHtmlExportMode.Table - report elements are exported using HTML tables;
StiHtmlExportMode.Span – report elements are exported using HTML Span tags with absolute positioning of elements;
StiHtmlExportMode.Div – report elements are exported using DIV markup.
By default, the property is set to StiHtmlExportMode.FromReport.
|
interfaceType
|
Sets the type of interface used for the viewer. It can take one of the following values:
StiInterfaceType.Auto – the viewer's interface is determined automatically depending of the device that is report is displayed on;
StiInterfaceType.Mouse – the standard interface with a mouse control will be used for all the screen types;
StiInterfaceType.Touch – the Touch interface will be used to control the viewer. The interface design was optimized for the 'touchscreen' display types. The viewer interface elements have been increased in size to simplify the control of the viewer and to improve its usability;
StiInterfaceType.Mobile – the Mobile interface will be used to control the viewer for all screen types. The Mobile interface was designed to control the viewer using the mobile smartphone display. This interface design was simplified and adapted to use on smartphones.
By default, the property is set to StiInterfaceType.Auto.
|
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
|
Sets the chart displaying mode on the report page:
StiChartRenderType.AnimatedVector – charts are displayed in the vector mode as an SVG object, the chart elements are displayed with animation;
StiChartRenderType.Vector – charts are displayed in the vector mode as an SVG object.
By default, the property is set to StiChartRenderType.AnimatedVector.
|
datePickerFirstDayOfWeek
|
Sets the first day of week in the date picker:
StiFirstDayOfWeek.Auto - Sets Monday or Sunday as the first day depending on the browser culture default value);
StiFirstDayOfWeek.Monday - Sets Monday as the first day of the week;
StiFirstDayOfWeek.Sunday - Sets Sunday as the first day of the week.
By default, the property is set to Stimulsoft.Viewer.StiFirstDayOfWeek.Auto.
|
datePickerIncludeCurrentDayForRanges
|
Sets a value, which indicates that the current day will be included in the ranges of the date picker. By default the property is set to false.
|
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
|
Sets a value which allows touch zoom in the viewer. By default the property is set to true.
|
combineReportPages
|
Sets a value which indicates that if a report contains several pages, then they will be combined in preview. By default the property is set to false.
|
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.
|
allowLoadingFilterItemsOnScroll
|
Provides the ability to load dashboard filter elements while scrolling. By default, the property is set to false.
|