Skip to content

Commit 2ba9c83

Browse files
authored
update example
1 parent 07549b5 commit 2ba9c83

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CS/AspNetCoreDashboard_CustomParameters/bundleconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
{
33
"outputFileName": "wwwroot/css/site.min.css",
44
"inputFiles": [
5+
"node_modules/ace-builds/css/ace.css",
6+
"node_modules/ace-builds/css/theme/dreamweaver.css",
7+
"node_modules/ace-builds/css/theme/ambiance.css",
58
"node_modules/devextreme-dist/css/dx.common.css",
69
"node_modules/devextreme-dist/css/dx.light.css",
710
"node_modules/@devexpress/analytics-core/dist/css/dx-analytics.common.css",

CS/AspNetCoreDashboard_CustomParameters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"devextreme-dist": "23.1-stable",
77
"@devexpress/analytics-core": "23.1-stable",
8-
"devexpress-dashboard": "23.1-next"
8+
"devexpress-dashboard": "23.1-stable"
99
}
1010
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1116673)
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
<!-- default badges end -->
6-
# Dashboard for ASP.NET Core - How to pass a hidden dashboard parameter to a custom SQL query
6+
# BI Dashboard for ASP.NET Core - How to pass a hidden dashboard parameter to a custom SQL query
77

88
This example shows how to pass a hidden [dashboard parameter](https://docs.devexpress.com/Dashboard/117062) to a [custom SQL query](https://docs.devexpress.com/Dashboard/117193). In this example, the [`DashboardConfigurator.CustomParameters`](https://docs.devexpress.com/Dashboard/DevExpress.DashboardWeb.DashboardConfigurator.CustomParameters) is handled to change the dashboard parameter's default value before it is passed to the query.
99

0 commit comments

Comments
 (0)