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.1.Win.dll
Declaration
[ToolboxTabName("DX.19.1: Data & Analytics")]
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.DashboardViewer.bmp")]
public class DashboardViewer :
DashboardUserControl,
IDataSourceEventsProvider,
ISupportInitialize,
IOfficeCoreReference,
IXtraChartsWizardReference,
IDashboardExportUIProvider,
IExportOptionsOwner,
IDashboardExportItem,
IUnderlyingControlProvider,
IClientSideApi,
IDXMenuManagerProvider,
ISupportXtraAnimation,
IDashboardControl,
IDataEventsProvider,
IFillDataSourceEventsProvider,
IDataSourceKeyEventsProvider,
IDataServiceConfigurator,
IDataSourceLifeCycleConfigurator,
IServiceDataConnectionParametersProvider,
ICustomPaletteProvider,
IActualParametersProvider,
IServiceCustomParametersProvider,
ICustomizeItemDataCalculationService,
IExportDocumentCustomizationService,
IDataSessionConsumer,
IDashboardCustomizationService,
IColoringCacheProvider,
IDataServiceProvider
Related API Members
The following members accept/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.
Getting Started - Create a WinForms Viewer for Displaying a Dashboard
Shows how to create the Dashboard Viewer application and use this application to display the existing dashboard.
Building the Viewer Application
Describes how to prepare the Dashboard Viewer application and customize its UI elements.
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DashboardViewer class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.