Skip to content

Commit 6928555

Browse files
auto sync for version 2023.1
1 parent 79041a2 commit 6928555

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

CS/ReportingApp/ReportingApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
3535
<PackageReference Include="System.Data.SQLite" Version="1.0.113.1" />
36-
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="22.2.*-*" />
36+
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="23.1.*-*" />
3737
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
3838
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.76" />
3939
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0" />

CS/ReportingApp/bundleconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
{
2323
"outputFileName": "wwwroot/css/viewer.part.bundle.css",
2424
"inputFiles": [
25-
"node_modules/devextreme/dist/css/dx.common.css",
26-
"node_modules/devextreme/dist/css/dx.light.css",
25+
"node_modules/devextreme-dist/css/dx.common.css",
26+
"node_modules/devextreme-dist/css/dx.light.css",
2727
"node_modules/@devexpress/analytics-core/dist/css/dx-analytics.common.css",
2828
"node_modules/@devexpress/analytics-core/dist/css/dx-analytics.light.css",
2929
"node_modules/devexpress-reporting/dist/css/dx-webdocumentviewer.css"
@@ -72,7 +72,7 @@
7272
{
7373
"outputFileName": "wwwroot/js/viewer.part.bundle.js",
7474
"inputFiles": [
75-
"node_modules/devextreme/dist/js/dx.all.js",
75+
"node_modules/devextreme-dist/js/dx.all.js",
7676
"node_modules/@devexpress/analytics-core/dist/js/dx-analytics-core.min.js",
7777
"node_modules/devexpress-reporting/dist/js/dx-webdocumentviewer.min.js"
7878
],

CS/ReportingApp/libman.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"libraries": [
55

66
{
7-
"library": "node_modules/devextreme/dist/css/icons/",
7+
"library": "node_modules/devextreme-dist/css/icons/",
88
"destination": "wwwroot/css/icons",
99
"files": [
1010
"dxicons.ttf",

CS/ReportingApp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"dependencies": {
77
"bootstrap": "^4.3.1",
88
"cldrjs": "^0.5.0",
9-
"devextreme": "22.2-stable",
10-
"@devexpress/analytics-core": "22.2-stable",
11-
"devexpress-reporting": "22.2-stable",
9+
"devextreme-dist": "23.1-stable",
10+
"@devexpress/analytics-core": "23.1-stable",
11+
"devexpress-reporting": "23.1-stable",
1212
"globalize": "^1.3.0"
1313
}
1414
}

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/387730910/2022.2)
3-
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1020316)
4-
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
5-
<!-- default badges end -->
61
# Specify Parameter Values in an ASP.NET Core Reporting Application
72

83
This example demonstrates how to submit parameter values in a URL query string and implement the viewer's action method to apply the values to a report.
@@ -20,4 +15,4 @@ Refer to the following topic for a detailed description of this example: [Specif
2015
2. Build and run the project.
2116
3. Navigate to a page that contains the document viewer and specify a parameter value in a URL query string.
2217

23-
![](Images/asp-net-core-specify-parameters-in-url.png)
18+
![](Images/asp-net-core-specify-parameters-in-url.png)

0 commit comments

Comments
 (0)