An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: web-forms-dashboard

DevExpress-Examples/asp-net-web-forms-dashboard-obtain-dashboard-item-client-data

The following example uses the DashboardControl's client-side API to obtain client data that corresponds to a particular visual element.

Language: JavaScript - Size: 597 KB - Last synced at: 4 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 0

DevExpress-Examples/asp-net-web-forms-dashboard-display-item-underlying-data

The example shows how to get underlying data for the specified dashboard item. Underlying data is displayed in the dxDataGrid widget placed next to the Web Dashboard.

Language: JavaScript - Size: 557 KB - Last synced at: 4 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

DevExpress-Examples/web-forms-dashboard-use-different-caches

The example shows how to reset the data source cache on the server for the ASP.NET Web Forms Dashboard control.

Language: C# - Size: 1.32 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

DevExpress-Examples/WebFormsDashboardConfigurator

This example demonstrates how to set up ASPxDashboard with the DashboardConfigurator settings.

Language: C# - Size: 351 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/web-forms-dashboard-implement-save-as-and-delete-custom-extensions

This example demonstrates how to add the "Save As" and "Delete" menu items to the ASP.NET Web Forms Dashboard's UI by implementing the corresponding custom extensions.

Language: JavaScript - Size: 595 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 1

DevExpress-Examples/web-forms-dashboard-custom-format-for-axis-labels-in-charts

This example illustrates how to format Chart axis labels in a custom manner.

Language: ASP.NET - Size: 521 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 1

DevExpress-Examples/web-forms-dashboard-obtain-underlying-data-for-clicked-visual-element-in-custom-item

This example shows how to obtain underlying data in a custom dashboard item when a user clicks the item's visual element

Language: JavaScript - Size: 194 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/web-forms-dashboard-add-custom-information-to-exported-dashboard

The following example shows how to specify header and footer content of an exported dashboard using the CustomExport event.

Language: C# - Size: 652 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/web-forms-dashboard-extract-data-source

This example shows basic approaches and code snippets to bind the ASPxDashboard control to the DashboardExtractDataSource.

Language: Visual Basic .NET - Size: 886 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 2

DevExpress-Examples/web-forms-dashboard-pdf-export-with-filter-values-on-different-pages

How to export a dashboard with different states (different master filters) to separate pages in a single PDF document.

Language: C# - Size: 617 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client

This example shows how to switch between the ASP.NET Web Forms Dashboard's working modes on the client-side.

Language: C# - Size: 206 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 1

DevExpress-Examples/web-forms-dashboard-save-dashboards-to-database

This example shows how to create a custom dashboard storage to load and save dashboards in a database.

Language: C# - Size: 484 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 1

DevExpress-Examples/web-forms-dashboard-color-dashboard-item-elements

The following example shows how to color dashboard item elements at runtime for ASP.NET Web Forms

Language: JavaScript - Size: 1.52 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 1

DevExpress-Examples/web-forms-dashboard-save-dashboards-title-as-file-name

This example demonstrates how to use a dashboard Title as a file name when saving dashboards.

Language: Visual Basic .NET - Size: 1.86 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/web-forms-dashboard-update-parameter-master-filter-changed

How to pass filter values to a parameter in the ASP.NET Web Forms Dashboard

Language: C# - Size: 1010 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/web-dashboard-display-the-total-value-above-each-pie-chart

This example demonstrates how to access the Underlying Pie Widgets used to display the Pie Item and configure their settings to display the Total value in the title.

Language: ASP.NET - Size: 561 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/web-forms-dashboard-get-started

The example contains the source code of the ASP.NET Web Forms project created in the step-by-step tutorial.

Language: C# - Size: 509 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 2

DevExpress-Examples/web-forms-dashboard-underlying-widgets-api

How to customize options of underlying widgets in ASP.NET Web Forms Dashboard

Language: JavaScript - Size: 521 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/web-dashboard-custom-dataset-storage

The following example shows how to create a custom dashboard storage. In this example, a DataSet is used as in-memory storage of dashboards

Language: C# - Size: 490 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/web-forms-dashboard-implement-server-side-export

Export a dashboard displayed in BI Dashboard for Web Forms on the server side with the help of ASPxDashboardExporter.

Language: Visual Basic .NET - Size: 528 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/web-forms-dashboard-replace-sql-data-source-with-object-data-source-with-filtered-data

Replace DashboardSqlDataSource with DashboardObjectDataSource with filtered data

Language: C# - Size: 528 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/web-forms-dashboard-specify-default-dashboard-state-in-code

The example illustrates how to specify a dashboard state (such as master filter or parameter values) in code and how to apply this state when loading a dashboard for the first time.

Language: C# - Size: 522 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/web-dashboard-filter-sql-query-at-runtime

How to filter an SQL query at runtime for ASP.NET Web Forms Dashboard

Language: Visual Basic .NET - Size: 614 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-dashboard-apply-master-filter-in-code

How to apply a master filter in the ASP.NET Web Forms Dashboard on the client

Language: JavaScript - Size: 1.85 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/how-to-move-an-existing-dashboard-item-to-another-group-t207077

.NET, Business Intelligence, Web Forms Dashboard

Size: 34.2 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-dashboard-perform-drill-down-in-code

How to drill-down in ASP.NET Web Forms Dashboard on the client side.

Language: JavaScript - Size: 1.44 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/web-forms-dashboard-pass-hidden-parameters-to-custom-sql-query

This example show how to pass a hidden dashboard parameter to a custom SQL query.

Language: C# - Size: 69.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-forms-dashboard-apply-master-filtering-in-olap 📦

How to apply master filtering in ASPxDashboard on the client side when the dashboard is connected to an OLAP cube.

Size: 146 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/deprecated-aspxdashboard-how-to-connect-the-web-dashboard-to-an-sql-database-t409084 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 428 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/obsolete-dashboard-web-forms-create-custom-dashboard-item-extension 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 459 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/deprecated-aspxdashboard-how-to-provide-data-for-objectdatasource-using-the-dataloading 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 74.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/obsolete-aspxdashboard-save-load-custom-data-to-from-the-dashboard-xml-definition 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 424 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-access-api-of-underlying-widgets-in-the-web-viewer-t197575 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 359 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-add-custom-interactivity-to-a-dashboard-displayed-in-the-web-viewer-t19042 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 367 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-apply-default-filtering-to-master-filters-in-aspxdashboardviewer-t329519 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 453 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-how-to-apply-master-filtering-in-aspxdashboardviewer-e5104 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 340 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-apply-master-filtering-in-aspxdashboardviewer-in-olap-mode-t140278 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-bind-a-dashboard-to-a-dataset-at-design-time-and-provide-data-at-runtime-e 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 379 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2

DevExpress-Examples/out-of-maintenance-how-to-change-text-and-font-settings-of-pivotdashboarditem-in-an-aspnet-applicati 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-change-chartdashboarditems-text-and-font-in-aspnet-t557240 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-how-to-customize-connection-settings-before-aspxdashboardviewer-connects-to-a-dat 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 351 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-a-layout-of-the-specified-group-t206611 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-export-item-data-to-excel-by-generating-a-custom-report-t234458 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 458 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-filter-an-sql-query-at-runtime-in-the-web-viewer-t339424 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 398 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-get-visible-data-from-a-certain-dashboard-item-and-send-it-to-a-server-t18 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 1.85 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/obsolete-web-dashboard-custom-item-hierarchical-treelist-with-master-filtering 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 66.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-insert-an-existing-dashboard-item-to-a-newly-created-group-t206957 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 327 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-obtain-data-from-a-sparkline-field-corresponding-to-a-selected-row-or-card 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 353 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/obsolete-how-to-pass-a-hidden-dashboard-parameter-to-a-custom-sql-query-in-the-web-viewer-t338480 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 428 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-perform-a-drill-down-in-aspxdashboardviewer-e5136 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 385 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-retrieve-the-last-level-item-data-and-display-it-using-different-aspnet-co 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 323 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-forms-dashboard-show-underlying-data-in-custom-grid-item 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 570 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-specify-default-parameter-values-in-the-web-viewer-t475791 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 409 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/obsolete-specify-dashboard-parameter-values-on-the-client-side-in-the-web-viewer 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 345 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-use-css-to-customize-dashboard-items-in-aspxdashboardviewer-t345484 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 433 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-web-dashboard-how-to-create-excel-data-sources-based-on-files-from-a-specific-fol 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 244 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-viewer-how-to-apply-default-filtering-to-master-filter-items-that-affect-each 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 452 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-dashboard-apply-item-filtering-olap-mode 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 67.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-forms-dashboard-connect-to-excel-workbook 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 228 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxdashboard-how-to-connect-the-web-dashboard-to-an-olap-cube-t409163 📦

This example shows how to use DashboardOlapDataSource to connect the Web Dashboard to an OLAP cube.

Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-aspxdashboard-how-to-show-a-dashboard-items-data-for-a-clicked-visual-element-t58 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-aspxdashboard-how-to-switch-dashboards-by-clicking-thumbnails-displayed-in-image- 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 1.49 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxdashboardviewer-how-to-customize-scales-settings-for-individual-gauges-t37248 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-assign-a-custom-context-menu-for-griddashboarditem-in-aspxdashboardviewer- 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/obsolete-how-to-color-dashboard-item-elements-in-the-web-viewer-t198119 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 330 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-load-a-dashboard-at-runtime-using-web-viewer-e4761 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 383 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-dashboard-how-to-implement-cascading-combo-boxes-filtering-using-aspxcombobox 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-dashboard-how-to-implement-search-in-the-toolbox-t539258 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 46.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-dashboard-how-to-remove-items-or-groups-from-the-toolbox-t469851 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 398 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-web-dashboard-how-to-switch-between-dashboards-using-the-aspxlistbox-control-t469 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 433 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-web-dashboards-chart-y-axis-whole-number 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 277 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-web-viewer-how-to-obtain-a-dashboard-items-underlying-data-for-a-clicked-visual-e 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 380 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/obsolete-web-viewer-how-to-use-parameters-to-filter-items-bound-to-a-different-data-source-t427539 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 386 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DevExpress-Examples/obsolete-aspxdashboarddesigner-how-to-save-dashboards-to-a-data-base-t373382 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 411 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

DevExpress-Examples/obsolete-how-to-specify-dashboard-parameter-values-on-the-client-side-e5138 📦

.NET, Business Intelligence, Web Forms Dashboard

Size: 362 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0