Skip to content

Commit 949c62a

Browse files
authored
Update Readme.md
1 parent 2592f33 commit 949c62a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Readme.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22
[![](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)
33
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
44
<!-- default badges end -->
5-
# Specify Parameter Values in an ASP.NET Core Reporting Application
5+
# ASP.NET Core Reporting - Specify Parameter Values
66

77
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.
88

9-
*Files to look at:*
10-
11-
* [Viewer.cshtml](CS/ReportingApp/Views/Home/Viewer.cshtml)
12-
* [HomeController.cs](CS/ReportingApp/Controllers/HomeController.cs)
13-
14-
Refer to the following topic for a detailed description of this example: [Specify Parameter Values in an ASP.NET Core Reporting Application](https://docs.devexpress.com/XtraReports/403229?v=21.1).
15-
16-
# How to Run the Example
9+
## How to Run the Example
1710

1811
1. Download the project and update NuGet packages.
1912
2. Build and run the project.
2013
3. Navigate to a page that contains the document viewer and specify a parameter value in a URL query string.
2114

2215
![](Images/asp-net-core-specify-parameters-in-url.png)
16+
17+
## Files to Review
18+
19+
* [Viewer.cshtml](CS/ReportingApp/Views/Home/Viewer.cshtml)
20+
* [HomeController.cs](CS/ReportingApp/Controllers/HomeController.cs)
21+
22+
## Documentation
23+
24+
+ [Specify Parameter Values in an ASP.NET Core Reporting Application](https://docs.devexpress.com/XtraReports/403229).

0 commit comments

Comments
 (0)