Name
|
Description
|
toolbar.visible
|
Enables displaying the viewer toolbar. By default, the property is set to true.
|
toolbar.displayMode
|
Specifies the display mode of the toolbar of the viewer. It can take one of the following values of the displayMode enumeration:
• | Simple - all controls are located on the same control panel (default value); |
• | Separated - the control panel is split into top and bottom panels. |
|
toolbar.backgroundColor
|
Sets the color of the viewer toolbar. By default, the property is set to Stimulsoft.System.Drawing.Color.empty.
|
toolbar.borderColor
|
Sets the color of the borders of the Viewer toolbar. By default, the property is set to Stimulsoft.System.Drawing.Color.empty.
|
toolbar.fontColor
|
Sets the text color for the toolbar and the viewer menu. By default, the property is set to Stimulsoft.System.Drawing.Color.empty.
|
toolbar.fontFamily
|
Sets the font for the toolbar and the viewer menu. By default, the property is set to 'Arial'.
|
toolbar.alignment
|
Sets the alignment mode for the controls on the viewer toolbar.
• | Stimulsoft.Viewer.StiContentAlignment.Default – the alignment depends on the RightToLeft property (set by default). |
• | Stimulsoft.Viewer.StiContentAlignment.Left – elements will be aligned left; |
• | Stimulsoft.Viewer.StiContentAlignment.Center – elements will be centered; |
• | Stimulsoft.Viewer.StiContentAlignment.Right – elements will be aligned right. |
|
toolbar.showButtonCaptions
|
Enables text of the buttons on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showOpenButton
|
Enables displaying the Open button on the toolbar of the viewer when viewing reports or dashboards. By default, the property is set to true.
|
toolbar.showPrintButton
|
Enables showing the button - Print - on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showSaveButton
|
Enables displaying the Save button on the toolbar of the viewer when viewing reports or dashboards.. By default, the property is set to true.
|
toolbar.showSendEmailButton
|
Enables showing the button - Send Email - on the toolbar of the viewer. By default, the property is set to false. Also, you should add the onEmailReport event handler.
|
toolbar.showFindButton
|
Sets a visibility of the Find button in the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showBookmarksButton
|
Enables showing the button - Bookmarks - on the toolbar of the viewer. By default, the property is set to true. If the button is hidden, the bookmarks panel will not be displayed even if there are bookmarks in the report.
|
toolbar.showParametersButton
|
Enables showing the button - Parameters - on the toolbar of the viewer. By default, the property is set to true. If the button is hidden, the parameters panel will not be displayed even if there are parameters in the report.
|
toolbar.showResourcesButton
|
Enables showing the button - Resources - on the toolbar of the viewer. By default, the property is set to true. If the button is hidden, the resources panel will not be displayed even if there are resources in the report.
|
toolbar.showEditorButton
|
Enables showing the button - Editor - on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showFullScreenButton
|
Enables displaying the Full Screen button on the toolbar of the viewer when viewing reports or dashboards. By default, the property is set to true.
|
toolbar.showRefreshButton
|
Sets a visibility of the Refresh button in the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showFirstPageButton
|
Enables showing the button - First Page - on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showPreviousPageButton
|
Enables showing the button - Previous Page - on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showCurrentPageControl
|
Enables showing the current report page indicator. By default, the property is set to true.
|
toolbar.showNextPageButton
|
Enables showing the button - Next Page - on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showLastPageButton
|
Enables showing the button - Last Page - on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showZoomButton
|
Enables showing the Zoom button. By default, the property is set to true.
|
toolbar.showViewModeButton
|
Enables showing the button for selecting the display mode of report pages. By default, the property is set to true.
|
toolbar.showDesignButton
|
Enables displaying the Design button on the toolbar of the viewer when viewing reports or dashboards. By default, the property is set to true.
|
toolbar.showAboutButton
|
Enables showing the button - About - on the toolbar of the viewer. By default, the property is set to true.
|
toolbar.showPinToolbarButton
|
Sets a visibility of the Pin button in the toolbar of the viewer in mobile mode. By default, the property is set to true.
|
toolbar.printDestination
|
Sets the report printing mode. It can take one of the following values of the StiPrintDestination enumeration:
• | Default – a menu with a choice of printing modes will be displayed (default value); |
• | Pdf – printing will be done to the PDF format; |
• | Direct – printing will be done to the HTML format directly to the printer, the system print dialog will be displayed; |
• | PopupWindow – printing will be done in the HTML format via the preview window of the report. |
|
toolbar.viewMode
|
Sets the mode for displaying report pages.
• | Stimulsoft.Viewer.StiWebViewMode.OnePage – displays one page of the report selected in the toolbar of the viewer (the default value); |
• | Stimulsoft.Viewer.StiWebViewMode.Continuous – displays all pages of the report; |
• | Stimulsoft.Viewer.StiWebViewMode.MultiplePages – displays all report pages as a table. |
|
toolbar.zoom
|
Sets the zoom for displaying report pages. The default setting is 100 percent. The values are from 10 to 500 percent. You can also set one of the following values:
• | Stimulsoft.Viewer.StiZoomMode.PageWidth – when the viewer runs, the zoom, necessary to display the report by the page width, will be set; |
• | Stimulsoft.Viewer.StiZoomMode.PageHeight – when the viewer runs, the zoom, required to display the page height of the report, will be set. |
|
toolbar.menuAnimation
|
Enables animation when the viewer menu shows/hides. By default, the property is set to true.
|
toolbar.showMenuMode
|
Sets the display mode of the viewer menu. It can take one of the following values of the StiShowMenuMode enumeration:
• | Stimulsoft.Viewer.StiShowMenuMode.Click – shows menu by mouse click (default value); |
• | Stimulsoft.Viewer.StiShowMenuMode.Hover – shows menu by hovering the mouse cursor. |
|
toolbar.autoHide
|
Sets a value which allows automatically hide the viewer toolbar in mobile mode. By default, the property is set to false.
|