Class StiAppearanceOptions

Hierarchy

  • StiAppearanceOptions

Index

Properties

allowMobileMode

allowMobileMode: boolean = true

Gets or sets a value which indicates that allows mobile mode of the viewer interface.

allowTouchZoom

allowTouchZoom: boolean = true

Gets or sets a value which allows touch zoom in the viewer.

backgroundColor

backgroundColor: Color = Color.white

Gets or sets the background color of the viewer.

bookmarksPrint

bookmarksPrint: boolean = false

Gets or sets a value which allows printing report bookmarks.

bookmarksTreeWidth

bookmarksTreeWidth: number = 180

Gets or sets a width of the bookmarks tree in the viewer.

chartRenderType

chartRenderType: StiChartRenderType = StiChartRenderType.AnimatedVector

Gets or sets the type of the chart in the viewer.

combineReportPages

combineReportPages: boolean = false

Gets or sets a value which indicates that if a report contains several pages, then they will be combined in preview.

datePickerFirstDayOfWeek

datePickerFirstDayOfWeek: StiFirstDayOfWeek = StiFirstDayOfWeek.Auto

Gets or sets the first day of week in the date picker

datePickerIncludeCurrentDayForRanges

datePickerIncludeCurrentDayForRanges: boolean = false

Gets or sets a value, which indicates that the current day will be included in the ranges of the date picker.

fullScreenMode

fullScreenMode: boolean = false

Gets or sets a value which indicates which indicates that the viewer is displayed in full screen mode.

interfaceType

interfaceType: StiInterfaceType = StiInterfaceType.Auto

Gets or sets the type of the viewer interface.

openExportedReportWindow

openExportedReportWindow: string = "_blank"

Gets or sets a browser window to open the exported report.

openLinksWindow

openLinksWindow: string = "_blank"

Gets or sets a browser window to open links from the report.

pageAlignment

pageAlignment: StiContentAlignment = StiContentAlignment.Center

Gets or sets the alignment of the viewer page.

pageBorderColor

pageBorderColor: Color = Color.gray

Gets or sets a color of the report page border.

parametersPanelColumnsCount

parametersPanelColumnsCount: number = 2

Gets or sets a count columns in parameters panel.

parametersPanelDateFormat

parametersPanelDateFormat: string = ""

Gets or sets a date format for datetime parameters in parameters panel. The default is the client browser date format.

parametersPanelMaxHeight

parametersPanelMaxHeight: number = 300

Gets or sets a max height of parameters panel in the viewer.

parametersPanelPosition

parametersPanelPosition: StiParametersPanelPosition = StiParametersPanelPosition.FromReport

Gets or sets a position of the parameters panel.

parametersPanelSortDataItems

parametersPanelSortDataItems: boolean = false

Gets or sets a value which indicates that variable items will be sorted.

reportDisplayMode

reportDisplayMode: StiHtmlExportMode = StiHtmlExportMode.FromReport

Gets or sets a method how the viewer will show a report.

rightToLeft

rightToLeft: boolean = false

Gets or sets a value which controls of output objects in the right to left mode.

scrollbarsMode

scrollbarsMode: boolean = false

Gets or sets a value which indicates that the viewer will show the report area with scrollbars.

showDialogsHelp

showDialogsHelp: boolean = true

Gets or sets a value which indicates that show or hide the help button in dialogs.

showPageShadow

showPageShadow: boolean = false

Gets or sets a value which indicates that the shadow of the page will be displayed in the viewer.

showTooltips

showTooltips: boolean = true

Gets or sets a value which indicates that show or hide tooltips.

showTooltipsHelp

showTooltipsHelp: boolean = true

Gets or sets a value which indicates that show or hide the help link in tooltips.

theme

theme: StiViewerTheme = StiViewerTheme.Office2022WhiteBlue

Gets or sets the current visual theme which is used for drawing visual elements of the viewer.

Generated using TypeDoc