Skip to main content
A newer version of this page is available. .

ASPxDashboardViewer Class

OBSOLETE

The ASPxDashboardViewer control is obsolete.Use ASPxDashboard instead.See https://go.devexpress.com/migration-to-web-dashboard-control.aspx for details.

A Web Dashboard Viewer used to embed dashboards created in the Dashboard Designer into a web application.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[Obsolete("The ASPxDashboardViewer control is obsolete.Use ASPxDashboard instead.See https://go.devexpress.com/migration-to-web-dashboard-control.aspx for details.")]
[ToolboxBitmap(typeof(ASPxDashboardViewer), "Bitmaps256.ASPxDashboardViewer.bmp")]
[DXClientDocumentationProvider("#Dashboard/DevExpressDashboardWebScripts")]
public class ASPxDashboardViewer :
    ASPxWebClientUIControl,
    IRequiresLoadPostDataControl,
    IOfficeCoreReference,
    IJSONCustomObject

Remarks

Important

This documentation applies to v16.2. Starting with v17.1, the ASPxDashboardViewer control is in maintenance mode. In v19.1, the new Web Dashboard Control replaces the old Web Dashboard Viewer. This means that the Web Dashboard Viewer will not be included in our installation packages. See our blog post for more information.

Refer to the following KB articles to learn how to migrate to ASPxDashboard / ASP.NET MVC Dashboard:

Use the ASPxDashboardViewer control or its MVC equivalent to display a dashboard on the Web. The following documentation is available.

See Also