Name
|
Description
|
CustomCss
|
Sets the path to the CSS file of the viewer's styles. The standard styles of the chosen theme will not be loaded if this property has got a value. The default value of the property is an empty string.
|
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
|
Sets the full-screen display mode of the viewer. By default, the property is set to false.
|
ScrollbarsMode
|
Sets the preview mode with scrollbars. By default, the property is set to false.
|
OpenLinksWindow
|
Sets the target window for opening links contained in the report. By default, the property is set to Blank (new window).
|
OpenExportedReportWindow
|
Sets the target window for opening the export file from the viewer. By default, the property is set to Blank (new window).
|
DesignWindow
|
Sets the destination window for launching the report designer. The default value of the property is Self (which is the current window).
|
ShowTooltips
|
Enables showing tips for the viewer controls when the mouse hovers over. By default, the property is set to true.
|
ShowTooltipsHelp
|
Enables showing links to online documentation for the viewer controls. By default, the property is set to true.
|
ShowDialogsHelp
|
Sets a value that indicates that showing or hiding 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. It can take one of the following values of the StiContentAlignment enumeration:
Left – the page will be aligned left;
Center – the page will be centered (default value);
Right – the page will be aligned right.
|
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
|
Specifies the position of the report parameters panel. It can take one of the following StiParametersPanelPosition enumeration values:
Top - the panel will be docked to the top margin (default value);
Left - the panel will be docked to the left margin.
|
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, there are two columns.
|
ParametersPanelSortDataItems
|
Gets or sets a value that 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, the date and time format set by the browser is used.
|
InterfaceType
|
Sets the type of interface used for the viewer. It can take one of the following StiInterfaceType enumeration values:
Auto – the viewer's interface is determined automatically depending on the device the report is displayed on. That is the default value.
Mouse – the standard interface with a mouse control will be used for all the screen types.
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.
Mobile - the Mobile interface will be used to control the viewer for all the 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 with the smartphones.
|
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 displaying mode of charts on the report page. It can take one of the following StiChartRenderType enumeration values:
Image – charts are displayed as static images;
Vector – charts are displayed in the vector mode as an SVG object;
AnimatedVector - charts are displayed in the vector mode as an SVG object, the chart elements are displayed with animation (default value).
|
ReportDisplayMode
|
Sets the export mode for displaying report pages. It can take one of the following values of the StiReportDisplayMode enumeration:
FromReport - the export mode of the report elements is defined from report template settings - Div or Table;
Table – report elements are exported using HTML tables (default value);
Div – report elements are exported using DIV markup;
Span - report items are exported using SPAN markup.
|
DatePickerFirstDayOfWeek
|
Sets the first day of the week for the date picker. It can take one of the following values of the StiFirstDayOfWeek enumeration:
Monday – the first day of the week is Monday (default value);
Sunday – the first day of the week is Sunday.
|
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.
|
AllowTouchZoom
|
Sets ability to change the scale of the report page by using the two-fingers gesture (Pinch to Zoom) for the touch-screens. The default value of the property is true.
|
ShowReportIsNotSpecifiedMessage
|
Sets a value that indicates that 'The report is not specified' message will be shown. The default value of the property is true.
|
PrintToPdfMode
|
Sets the Print to PDF mode. It has the following values:
StiPrintToPdfMode.Hidden - hidden print mode (default value);
StiPrintToPdfMode.Popup - the PDF document will be displayed before printing in a pop-up window.
|
ImagesQuality
|
Gets or sets the image quality that will be used on the viewer page. It has the following values:
StiImagesQuality.Low - low quality, used to speed up loading reports and saves memory;
StiImagesQuality.Normal - normal quality, suitable for most cases (default value);
StiImagesQuality.High - high quality, used for ultra-high-definition displays, but may slow down the loading of pages.
|
CombineReportPages
|
Sets a value that indicates that if a report contains several pages, then they will be combined in preview. By default, the property is set to false.
|