File tree 5 files changed +9
-14
lines changed
5 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 33
33
<ItemGroup >
34
34
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 6.0.0" />
35
35
<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 .*-*" />
37
37
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
38
38
<PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.76" />
39
39
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.0" />
Original file line number Diff line number Diff line change 22
22
{
23
23
"outputFileName" : " wwwroot/css/viewer.part.bundle.css" ,
24
24
"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" ,
27
27
" node_modules/@devexpress/analytics-core/dist/css/dx-analytics.common.css" ,
28
28
" node_modules/@devexpress/analytics-core/dist/css/dx-analytics.light.css" ,
29
29
" node_modules/devexpress-reporting/dist/css/dx-webdocumentviewer.css"
72
72
{
73
73
"outputFileName" : " wwwroot/js/viewer.part.bundle.js" ,
74
74
"inputFiles" : [
75
- " node_modules/devextreme/ dist/js/dx.all.js" ,
75
+ " node_modules/devextreme- dist/js/dx.all.js" ,
76
76
" node_modules/@devexpress/analytics-core/dist/js/dx-analytics-core.min.js" ,
77
77
" node_modules/devexpress-reporting/dist/js/dx-webdocumentviewer.min.js"
78
78
],
Original file line number Diff line number Diff line change 4
4
"libraries" : [
5
5
6
6
{
7
- "library" : " node_modules/devextreme/ dist/css/icons/" ,
7
+ "library" : " node_modules/devextreme- dist/css/icons/" ,
8
8
"destination" : " wwwroot/css/icons" ,
9
9
"files" : [
10
10
" dxicons.ttf" ,
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"bootstrap" : " ^4.3.1" ,
8
8
"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" ,
12
12
"globalize" : " ^1.3.0"
13
13
}
14
14
}
Original file line number Diff line number Diff line change 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 -->
6
1
# Specify Parameter Values in an ASP.NET Core Reporting Application
7
2
8
3
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
20
15
2 . Build and run the project.
21
16
3 . Navigate to a page that contains the document viewer and specify a parameter value in a URL query string.
22
17
23
- ![ ] ( Images/asp-net-core-specify-parameters-in-url.png )
18
+ ![ ] ( Images/asp-net-core-specify-parameters-in-url.png )
You can’t perform that action at this time.
0 commit comments