Skip to content

Commit 757ec34

Browse files
authoredOct 11, 2024
test vale
1 parent 4a5f382 commit 757ec34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<!-- default badges end -->
77
# Reporting for ASP.NET Core - Standalone Report Parameters Panel
88

9-
This example uses the standalone DevExpress Report Parameters Panel in an ASP.NET Core-powered application.
9+
This example shows how to use the standalone DevExpress Report Parameters Panel in an ASP.NET Core-powered application.
1010

1111
![Standalone Report Parameters Panel](images/screenshot.png)
1212

1313
The application includes two pages: one with the standalone Report Options Panel and the other with the DevExpress Document Viewer. Both pages load the same sample report.
1414

1515
The report is a list of invoices from the Northwind database. It includes parameters created with our Visual Studio Report Designer – parameters that are used to filter report data.
1616

17-
Parameter Panel layout is created in code in the report class constructor using the [ParameterPanelFluentBuilder](https://docs.devexpress.com/XtraReports/DevExpress.XtraReports.Parameters.ParameterPanelFluentBuilder) class .
17+
Parameter Panel layout is created in code in the report class constructor using the [ParameterPanelFluentBuilder](https://docs.devexpress.com/XtraReports/DevExpress.XtraReports.Parameters.ParameterPanelFluentBuilder) class.
1818

1919
A model for the standalone Report Parameters Panel component is created in the **ParametersPanel** controller action on the server. The model contains a report instance with necessary layout information (which is subsequently retrieved by the standalone Report Parameters Panel). Parameters Panel layout information is stored in the [XtraReport.ParameterPanelLayoutItems](https://docs.devexpress.com/XtraReports/DevExpress.XtraReports.UI.XtraReport.ParameterPanelLayoutItems) collection.
2020

@@ -37,4 +37,4 @@ Client-side JavaScript code adds an Export button to the standalone Report Param
3737
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-asp-net-core-standalone-parameters-panel&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=reporting-asp-net-core-standalone-parameters-panel&~~~was_helpful=no)
3838

3939
(you will be redirected to DevExpress.com to submit your response)
40-
<!-- feedback end -->
40+
<!-- feedback end -->

0 commit comments

Comments
 (0)