vcl-405758-expressdashboards-getting-started.md
Review the following tutorials to get started with the TdxDashboardControl component.
Note
Ensure that your development environment meets ExpressDashboards and ExpressReports prerequisites:
Create a Dashboard Using the Designer Dialog
Follow this tutorial to create a simple dashboard application: set up a memory-based data source, load JSON data, create Bubble Map and Chart dashboard items, and bind them to data.
This section lists all public GitHub repositories (DevExpress-Examples) that demonstrate the primary usage scenarios for VCL Dashboards:
View Example: Store Dashboard Layouts in a DatabaseThis example stores a dashboard layout in a BLOB field of a memory-based dataset (TdxMemData).
View Example: Pass a Hidden Dashboard Parameter to a SQL QueryThis example demonstrates a dashboard that displays sales data for a selected country. The selected country is passed to the underlying SQL query as a hidden dashboard parameter. This sample project uses the TdxCustomDashboardControl.Parameters property to access and modify the target dashboard parameter.
View Example: Generate Dashboards in a Backend/Service Application
This example bypasses the DevExpress Dashboard Viewer dialog and generates a dashboard using the DevExpress Dashboards backend. You can use the demonstrated technique to implement REST/Web API backends, Windows Services, workflows, and scheduled jobs for the following usage scenarios:
To see the TdxDashboardControl component in action, run the BI Dashboards Designer/Viewer demo in the VCL Demo Center installed with compiled DevExpress VCL demos. Click different items in the sidebar on the left to switch between demo features.
Tip
You can find full source code for the installed compiled Report demo in the following folder:
_%PUBLIC%\Documents\DevExpress VCL Demos\MegaDemos\Product Demos\ExpressDashboards_
See Also
VCL Dashboards (BI Dashboard Designer & Viewer) for Delphi/C++Builder
Sample GitHub Projects for VCL Dashboards (BI Dashboard Designer & Viewer)