Skip to main content
All docs
V18.2

DashboardService Members

Obsolete. Provides a server side API for the ASPxDashboardDesigner control and MVC Designer.

Properties

Name Description
DashboardStorage static Obsolete. Gets a storage of dashboards for the Web Dashboard.
DataApi static Obsolete. Provides access to an API used supply the Web Dashboard with data.
DataSourceStorage static Obsolete. Gets the data source storage used by the Web Dashboard.
PassCredentials static Obsolete. Gets or sets whether confidential information (such as user credentials) will be passed to the client side (web browser).

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.
SetDashboardStorage(DashboardFileStorage) static Obsolete. Specifies a file storage of dashboards for the Web Dashboard.
SetDashboardStorage(DashboardInMemoryStorage) static Obsolete. Specifies an in-memory storage of dashboards for the Web Dashboard.
SetDashboardStorage(IDashboardStorage) static Obsolete. Specifies a custom storage of dashboards for the Web Dashboard.
SetDashboardStorage(IEditableDashboardStorage) static Obsolete. Specifies an editable storage of dashboards for the Web Dashboard.
SetDataSourceStorage(DataSourceInMemoryStorage) static Obsolete. Specifies a data source storage for the Web Designer.
SetDataSourceStorage(IDataSourceStorage) static Obsolete. Specifies a data source storage for the Web Designer.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also