Class StiAppearanceOptions

Hierarchy

  • StiAppearanceOptions

Index

Properties

allowChangeWindowTitle

allowChangeWindowTitle: boolean = true

Allow the designer to change the window title.

allowWordWrapTextEditors

allowWordWrapTextEditors: boolean = true

Gets or sets a value which indicates that allows word wrap in the text editors.

datePickerFirstDayOfWeek

datePickerFirstDayOfWeek: StiFirstDayOfWeek = StiFirstDayOfWeek.Auto

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

defaultUnit

defaultUnit: StiReportUnitType = StiReportUnitType.Centimeters

Gets or sets a default value of unit in the designer.

fullScreenMode

fullScreenMode: boolean = false

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

interfaceType

interfaceType: StiInterfaceType = StiInterfaceType.Auto

Gets or sets the type of the designer interface.

maximizeAfterCreating

maximizeAfterCreating: boolean = false

Gets or sets a value which indicates that the designer will be maximized after creation.

propertiesGridPosition

propertiesGridPosition: StiPropertiesGridPosition = StiPropertiesGridPosition.Left

Gets or sets a position of the properties grid in the designer.

showAnimation

showAnimation: boolean = true

Gets or sets a value which indicates that animation is enabled.

showDialogsHelp

showDialogsHelp: boolean = true

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

showPropertiesGrid

showPropertiesGrid: boolean = true

Gets or sets a visibility of the properties grid in the designer.

showReportTree

showReportTree: boolean = true

Gets or sets a visibility of the report tree in the designer.

showSaveDialog

showSaveDialog: boolean = true

Gets or sets a visibility of the save dialog of the designer.

showSystemFonts

showSystemFonts: boolean = true

Gets or sets a visibility of the system fonts in the fonts list.

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 tooltips help icon.

theme

theme: StiDesignerTheme = StiDesignerTheme.Office2022WhiteBlue

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

undoMaxLevel

undoMaxLevel: number = 6

Gets or sets a maximum level of undo actions with the report. A large number of actions consume more memory on the server side.

wizardTypeRunningAfterLoad

wizardTypeRunningAfterLoad: StiWizardType = StiWizardType.None

Gets or sets a value of the wizard type which should be run after designer starts.

Accessors

showLocalization

  • get showLocalization(): boolean
  • set showLocalization(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

zoom

  • get zoom(): number
  • set zoom(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

Generated using TypeDoc