Name
|
Description
|
theme
|
Specifies the theme of the designer layout. The list of available themes can be found in the StiDesignerTheme enumeration. The default value is Office2022WhiteBlue.
|
defaultUnit
|
Sets the units for the size of the report and all its components.
• | Stimulsoft.Report.StiReportUnitType.Centimeters (default value); |
• | Stimulsoft.Report.StiReportUnitType.HundredthsOfInch; |
• | Stimulsoft.Report.StiReportUnitType.Inches; |
• | Stimulsoft.Report.StiReportUnitType.Millimeters. |
|
zoom
|
Sets the zoom for displaying report pages. The default setting is 100 percent. It can take one of the following values of the StiZoomMode enumeration:
• | PageWidth – when the designer runs, the zoom, necessary to display the report by the page width, will be set; |
• | PageHeight – when the designer runs, the zoom, required to display the page height of the report, will be set. |
|
interfaceType
|
Sets the type of interface used for the designer. It can take one of the following values:
• | Stimulsoft.Designer.StiInterfaceType.Auto – the interface type of the designer will be selected automatically depending on the device used (default value); |
• | Stimulsoft.Designer.StiInterfaceType.Mouse – forced use of the interface to control the designer with the mouse device; |
• | Stimulsoft.Designer.StiInterfaceType.Touch – forced use of the touch interface to control the designer via the touch screen (mobile devices), also in this mode, the interface elements are increased. |
|
showAnimation
|
Enables animation for various elements of the designer interface. By default, the property is set to true.
|
showSaveDialog
|
Enables displaying the dialog to insert a report name when it is saved. The name of the report will be transferred in the parameters of the report designer. By default, the property is set to true.
|
showTooltips
|
Enables displaying tooltips for designer controls when the mouse hovers over. By default, the property is set to true.
|
showTooltipsHelp
|
Enables displaying links to online documentation in tooltips for designer controls. 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.
|
fullScreenMode
|
Sets the full screen display mode of the designer. If the property is set to true, the values of the width and height properties are ignored. By default, the property is set to false.
|
maximizeAfterCreating
|
Sets a value which indicates that the designer will be maximized after creation. By default, the property is set to false.
|
showLocalization
|
Sets a visibility of the localization control of the designer. By default, the property is set to true.
|
allowChangeWindowTitle
|
Allows using a title of the browser window to display the file name of the edited report. By default, the property is set to true.
|
showPropertiesGrid
|
Enables displaying the Property panel of the report designer. By default, the property is set to true.
|
showReportTree
|
Enables displaying the tree of report components. By default, the property is set to true.
|
propertiesGridPosition
|
Sets Left or Right position of the properties grid in the designer.
|
showSystemFonts
|
Sets a visibility of the system fonts in the fonts list. By default, the property is set to true.
|
datePickerFirstDayOfWeek
|
Sets the first day of week in the date picker.
• | Stimulsoft.Designer.StiFirstDayOfWeek.Auto - Sets Monday or Sunday as the first day depending on the browser culture (default value); |
• | Stimulsoft.Designer.StiFirstDayOfWeek.Monday - Sets Monday as the first day of the week. |
• | Stimulsoft.Designer.StiFirstDayOfWeek.Sunday - Sets Sunday as the first day of the week. |
|
formatForDateControls
|
This feature allows you to customize the format for date controls. By default, the current option does not have a specified value, and the date format is determined based on the browser's locale.
|
wizardTypeRunningAfterLoad
|
Calls the Report wizard after starting the report designer. It may have one of the following StiWizardType enumeration values:
• | None - runs the report designer without running the report wizard (default value); |
• | StandardReport - runs the Standard wizard; |
• | MasterDetailReport - runs the Master-Detail wizard; |
• | LabelReport - runs the Label wizard; |
• | InvoicesReport - runs the Invoice wizard; |
• | OrdersReport - runs the Order wizard; |
• | QuotationReport - runs the Quote wizard. |
|