Skip to main content

DashboardExtensionSettings Members

Contains specific settings of the Web Dashboard.

Constructors

Name Description
DashboardExtensionSettings() Initializes a new instance of the DashboardExtensionSettings class.

Properties

Name Description
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AllowCreateNewDashboard Gets or sets whether an end-user can create new dashboards.
AllowCreateNewJsonConnection Gets or sets whether an end user can create a JSON data source with a new data connection.
AllowExportDashboard Gets or sets whether end-users can export a dashboard.
AllowExportDashboardItems Gets or sets whether end-users can export dashboard items.
AllowInspectAggregatedData Gets or sets whether to display aggregated data in the Data Inspector.
AllowInspectRawData Gets or sets whether to display raw data in the Data Inspector.
AllowMaximizeItems Gets or sets whether end users can maximize dashboard items.
AllowOpenDashboard Gets or sets whether an end-user can open existing dashboards.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
BackendOptions Provides access to the Web Dashboard’s back-end options.
CanCreateNewJsonDataSource Obsolete. This property is no longer used. Use AllowCreateNewJsonConnection instead.
ClientInstanceName Gets or sets the Web Dashboard ‘s client programmatic identifier.
ClientSideEvents Gets an object that lists the client-side events specific to the DashboardExtension.
ControllerName Gets or sets the controller name.
ControlStyle Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
CssClass Specifies the name of the CSS class applied to the Dashboard Control.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
DashboardId Gets or sets the dashboard identifier.
DashboardState Gets or sets the dashboard state (such as the master filtering state) for the Web Dashboard.
DataRequestOptions Provides access to the Web Dashboard’s data request options.
EnableCustomSql Enables a user to specify a custom SQL string in the Data Source wizard.
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.
EnableFederationDataSource Gets or sets whether to allow users to create a federated data source in the Dashboard Data Source Wizard.
EnableJsonDataSource Gets or sets whether to allow users to create the JSON data source in the Dashboard Data Source Wizard.
EnableOlapDataSource Gets or sets whether to allow users to create the OLAP data source in the Dashboard Data Source Wizard.
EnableSqlDataSource Gets or sets whether to allow users to create the SQL data source in the Dashboard Data Source Wizard.
EncodeHtml Gets or sets whether to encode editor value and content. Inherited from SettingsBase.
ExcelExportOptions Provides access to options related to exporting a dashboard item to Excel format.
ExportOptions Obsolete. Provides access to dashboard options specific to export.
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.
IncludeDashboardIdToUrl Gets or sets whether the DashboardExtensionSettings.DashboardId will be included in the Web Dashboard’s URL.
IncludeDashboardStateToUrl Gets or sets whether the dashboard state (such as the master filtering state) will be included in the Web Dashboard’s URL.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
InitialDashboardId Gets or sets the identifier of the dashboard to be loaded to the ASP.NET MVC Dashboard extension.
InitialDashboardState Gets or sets the initial dashboard state when loading a dashboard.
LimitVisibleDataMode Gets or sets a data limitation mode that allows you to display a reduced form of visible data.
LoadDefaultDashboard Gets or sets whether the default dashboard should be loaded from the dashboard storage.
MobileLayoutEnabled Gets or sets a mobile layout mode for the Web Dashboard.
Name Specifies the unique identifier name for the extension. Inherited from SettingsBase.
Nonce Specifies the nonce value.’
PdfExportOptions Provides access to options related to exporting a dashboard/dashboard item to PDF format.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
ResizeByTimer Specifies whether to redraw the Web Dashboard automatically when the size of a container is changed.
ShowConfirmationOnBrowserClosing Gets or sets whether the web browser displays a confirmation message when an-end user closes a page containing the Web Dashboard.
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.
UseCardLegacyLayout Gets or sets whether to enable the legacy card layout used prior to v17.1.
UseNeutralFilterMode Gets or sets whether to show all items in the filter elements deselected by default.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
WorkingMode Gets or sets the working mode of the Web Dashboard.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also