Name
|
Description
|
theme
|
Sets the theme of the designer. The list of available themes is in the StiDesignerTheme. By default, the value is set to StiDesignerTheme.OFFICE_2022_WHITE_BLUE.
|
iconSet
|
Allows setting the icon set:
• | StiWebUIIconSet.AUTO (default value) -automatically sets the icon set. For Office2022 themes, a Monoline icon set is used, and for Office2013 themes, a Regular icon set is used. |
• | StiWebUIIconSet.MONOLINE - sets the Monoline icon set; |
• | StiWebUIIconSet.REGULAR - sets the Regular icon set. |
|
defaultUnit
|
Sets the background color of the viewer. By default, the value is 'white'.
• | StiReportUnitType.CENTIMETERS (default value); |
• | StiReportUnitType.HUNDREDTHS_OF_INCH; |
• | StiReportUnitType.INCHES; |
• | StiReportUnitType.MILLIMETERS. |
|
zoom
|
Sets the scale for displaying report pages. The default scale is set to 100 percent. Allowed values range from 10 to 200 percent. It can take one of the following values from the StiZoomMode enumeration:
• | StiZoomMode.PAGE_WIDTH – scales the report pages to the width of the page; |
• | StiZoomMode.PAGE_HEIGHT – scales the report pages to the height of the page. |
|
interfaceType
|
Sets the interface type of the designer . The following values can be used:
• | StiInterfaceType.AUTO – the designer interface type will be automatically selected based on the device being used (default value); |
• | StiInterfaceType.MOUSE – forces the use of the standard interface for controlling the viewer with a mouse; |
• | StiInterfaceType.TOUCH – forces the use of the Touch interface for controlling the viewer with a touchscreen monitor; in this mode, the viewer’s interface elements are larger for ease of use; |
|
showAnimation
|
Enables or disables animation for displaying and closing various menus in the viewer. By default, this is set to True.
|
showSaveDialog
|
Enables the display of the report name input dialog when saving a report. The report name will be passed in the designer parameters. By default, the property is set to True.
|
showTooltips
|
Enables the display of tooltips when hovering over the viewer’s tools. By default, the value is set to True.
|
showTooltipsHelp
|
Allows displaying a link to the documentation in the tooltips when hovering over the viewer’s tools. By default, the value is set to True.
|
showDialogsHelp
|
Allows displaying or hiding the help button in various menus. By default, the value is set to True.
|
fullScreenMode
|
Sets the full-screen mode for the designer. If this property is set to True, the width and height properties are ignored. By default, the value is set to False.
|
maximizeAfterCreating
|
Allows setting the maximum size of the report designer. By default, the property is set to False.
|
showLocalization
|
Provides the option to show or hide the localization control in the report designer. By default, the property is set to True.
|
allowChangeWindowTitle
|
Allows the use of the browser window title to display the name of the edited report file. By default, the property is set to True.
|
showPropertiesGrid
|
Enables the display of the properties panel in the report designer. By default, the property is set to True.
|
showReportTree
|
Enables the display of the report components tree. By default, the property is set to True.
|
propertiesGridPosition
|
Provides the option to define the position of the properties panel. The following values can be used:
• | StiPropertiesGridPosition.LEFT – the properties panel will be displayed on the left (default value); |
• | StiPropertiesGridPosition.RIGHT – the properties panel will be displayed on the right. |
|
showSystemFonts
|
Provides the option to show or hide system fonts in the font list. By default, the property is set to True, meaning system fonts are displayed in the font list.
|
datePickerFirstDayOfWeek
|
Allows setting 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 based on the browser culture; |
• | 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.Sunday will be set as the first day of the week. |
|
formatForDateControls
|
This feature allows you to customize the format for date controls. By default, the current option doesn't have a specified value, and the date format is determined based on the browser's locale.
|
undoMaxLevel
|
Sets the maximum undo depth for changes to the report while editing. This affects memory consumption. By default, it is set to 6 changes.
|
wizardTypeRunningAfterLoad
|
Provides the option to call the report creation wizard after starting the report designer. It can take one of the following values from the enumeration:
• | StiWizardType.NONE - the report designer will start without calling the report creation wizard (default value); |
• | StiWizardType.STANDARD_REPORT - the report designer will start with the standard report creation wizard; |
• | StiWizardType.MASTER_DETAIL_REPORT - the report designer will start with the master-detail report creation wizard; |
• | StiWizardType.LABEL_REPORT - the report designer will start with the label report creation wizard; |
• | StiWizardType.INVOICES_REPORT - the report designer will start with the invoice creation wizard; |
• | StiWizardType.ORDERS_REPORT - the report designer will start with the order creation wizard; |
• | StiWizardType.QUOTATION_REPORT - the report designer will start with the quotation creation wizard. |
|
allowWordWrapTextEditors
|
Enables or disables line wrapping in text editors in the designer. By default, the property is set to True.
|