Skip to main content
All docs
V18.2

DashboardViewerSettings Properties

Obsolete. Contains specific settings of the DashboardViewer.
Name Description
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AllowExportDashboard Gets or sets whether end-users can export a dashboard.
AllowExportDashboardItems Gets or sets whether end-users can export dashboard items.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
CalculateHiddenTotals Gets or sets whether to calculate totals that are not displayed in the dashboard item.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
ClientSideEvents Provides access to the client-side events specific to the DashboardViewer.
ControlStyle Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
Enabled Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EncodeHtml Inherited from SettingsBase.
ExcelExportOptions Provides access to options related to exporting a dashboard item to the Excel format.
ExportOptions Obsolete. Provides access to dashboard options specific to export.
ExportRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content.
FullscreenMode Gets or sets whether the DashboardViewer is in full-screen mode.
HandleServerErrors Gets or sets whether callback exceptions are handled on the server.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
ImageExportOptions Provides access to options related to exporting a dashboard/dashboard item to an image.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
Name Gets or sets the unique identifier name for the extension. Inherited from SettingsBase.
PdfExportOptions Provides access to options related to exporting a dashboard/dashboard item to the PDF format.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RedrawOnResize Gets or sets a value indicating whether the DashboardViewer redraws itself when the browser window is resized.
SessionTimeout Gets or sets the session time-out (in seconds) specifying how long internal dashboard data are stored on the server.
Style Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
ToolTip Gets or sets a UI element’s tooltip text. Inherited from SettingsBase.
UseDataAccessApi Obsolete. Gets or sets whether to enable the capability to access the client and underlying data.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
See Also