File tree Expand file tree Collapse file tree 5 files changed +9
-18
lines changed
ReportingAppAsyncServices Expand file tree Collapse file tree 5 files changed +9
-18
lines changed 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/289745215/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/T925249 )
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# Reporting for ASP.NET Core - How to Use the Asynchronous Engine
72
83## Overview
@@ -74,4 +69,4 @@ services.ConfigureReportingServices(configurator => {
7469
7570## More Examples
7671
77- - [ ASP.NET Core Reporting - Best Practices] ( https://github.com/DevExpress-Examples/AspNetCore.Reporting.BestPractices )
72+ - [ ASP.NET Core Reporting - Best Practices] ( https://github.com/DevExpress-Examples/AspNetCore.Reporting.BestPractices )
Original file line number Diff line number Diff line change 55 <DefaultItemExcludes >Reports\**</DefaultItemExcludes >
66 </PropertyGroup >
77 <ItemGroup >
8- <Compile Remove =" Models\**" />
98 <Compile Remove =" Reports\**" />
10- <Content Remove =" Models\**" />
119 <Content Remove =" Reports\**" />
12- <EmbeddedResource Remove =" Models\**" />
1310 <EmbeddedResource Remove =" Reports\**" />
14- <None Remove =" Models\**" />
1511 <None Remove =" Reports\**" />
1612 </ItemGroup >
1713 <ItemGroup >
6864 <ItemGroup >
6965 <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 6.0.0" />
7066 <PackageReference Include =" System.Data.SQLite" Version =" 1.0.116" />
71- <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 22.2 .*-*" />
67+ <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 23.1 .*-*" />
7268 <PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
7369 <PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.76" />
7470 </ItemGroup >
Original file line number Diff line number Diff line change 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"
8383 {
8484 "outputFileName" : " wwwroot/js/viewer.part.bundle.js" ,
8585 "inputFiles" : [
86- " node_modules/devextreme/ dist/js/dx.all.js" ,
86+ " node_modules/devextreme- dist/js/dx.all.js" ,
8787 " node_modules/@devexpress/analytics-core/dist/js/dx-analytics-core.min.js" ,
8888 " node_modules/devexpress-reporting/dist/js/dx-webdocumentviewer.min.js"
8989 ],
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments