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.v19.2.Win.dll

Declaration

[ToolboxTabName("DX.19.2: Data & Analytics")]
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.DashboardViewer.bmp")]
public class DashboardViewer :
    DashboardUserControl,
    IDataSourceEventsProvider,
    IRaiseConfigureDataConnection,
    ISupportInitialize,
    IOfficeCoreReference,
    IXtraChartsWizardReference,
    IDashboardExportUIProvider,
    IExportOptionsOwner,
    IDashboardExportItem,
    IUnderlyingControlProvider,
    IClientSideApi,
    IDXMenuManagerProvider,
    ISupportXtraAnimation,
    IDashboardControl,
    IDashboardViewer,
    IDashboardInteractivityItemProvider,
    ISelectedTabPageProvider,
    IDataEventsProvider,
    IFillDataSourceEventsProvider,
    IDataSourceKeyEventsProvider,
    IDataServiceConfigurator,
    IDataSourceLifeCycleConfigurator,
    IServiceDataConnectionParametersProvider,
    ICustomPaletteProvider,
    IActualParametersProvider,
    IServiceCustomParametersProvider,
    ICustomizeItemDataCalculationService,
    IExportDocumentCustomizationService,
    IDataSessionConsumer,
    IDashboardCustomizationService,
    IColoringCacheProvider,
    IDataServiceProvider,
    IDashboardParametersProvider,
    IParameterValuesProvider,
    IFieldListService

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