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

DashboardViewer Class

A Dashboard Viewer control used to embed dashboards created in the Dashboard Designer into a WinForms application.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[ToolboxTabName("DX.18.2: Data & Analytics")]
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.DashboardViewer.bmp")]
public class DashboardViewer :
    DashboardUserControl,
    ISupportInitialize,
    IOfficeCoreReference,
    IXtraChartsWizardReference,
    IDashboardExportUIProvider,
    IExportOptionsOwner,
    IDashboardExportItem,
    IUnderlyingControlProvider,
    IClientSideApi,
    IDXMenuManagerProvider,
    ISupportXtraAnimation

The following members return DashboardViewer objects:

Remarks

The DashboardViewer control allows you to embed a dashboard into a WinForms application. The following documentation is available for the WinForms Viewer.

Important

Note that the DashboardViewer control does not support .NET Framework 4.0 Client Profile. To learn how to target a version of the .NET Framework, see How to: Target a Version of the .NET Framework.

Inheritance

Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
UserControl
XtraUserControl
DevExpress.DashboardWin.Native.DashboardUserControl
DashboardViewer
See Also