Name
|
Description
|
CustomCss
|
Specifies the path to the CSS file of styles for the report designer. If this property is set, the standard styles of the selected theme will not be loaded. The default value is an empty value.
|
DefaultUnit
|
Sets the units for the size of the report and all its components. By default, centimeters are used.
|
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.
|
ShowAnimation
|
Enables animation for various elements of the designer interface. By default, the property is set to true.
|
ShowOpenDialog
|
Allows to display the open dialog, or to open with the open event. 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
|
Enable displaying links to online documentation in tooltips for designer controls. By default, the property is set to true.
|
ShowDialogsHelp
|
Enables displaying links to online documentation on the titles of dialog forms of the designer. By default, the property is set to true.
|
InterfaceType
|
Sets the type of interface used for the designer. It can take one of the following StiInterfaceType enumeration values:
Auto – the interface type of the designer will be selected automatically depending on the device used (default value);
Mouse – forced use of the interface to control the designer with the mouse;
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.
|
DatePickerFirstDayOfWeek
|
Sets the first day of the week for the select date item. It can take one of the following values of the StiFirstDayOfWeek enumeration:
Auto – automatic detection of the first day of the week from the browser settings (default value);
Monday – the first day of the week is Monday;
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.
|
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.
|
ShowReportTree
|
Enables displaying the tree of report components. By default, the property is set to true.
|
ChartRenderType
|
Gets or sets the type of the chart in the preview. 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 in the preview tab. 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.
|
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.
|
CloseDesignerWithoutAsking
|
Sets a value which indicates that the designer will be closed without asking. By default, the property is set to true.
|
ShowSystemFonts
|
Sets a visibility of the system fonts in the fonts list. By default, the property is set to true.
|
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;
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.
|
AllowWordWrapTextEditors
|
Allows word wrap in the text editors. By default, the property is set to true.
|