Skip to content

Commit ab40ed6

Browse files
author
Eugene Polevikov (DevExpress)
committed
Upd
1 parent 29e3109 commit ab40ed6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/cascading-report-parameters.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ The following image illustrates cascading parameters where the **Product** param
3535

3636
![Cascading parameters example](../../../../images/cascadingparametersresult124540.png)
3737

38-
# Cascading Parameters Filtering Specifics
38+
## Cascading Parameters Filtering Specifics
3939

4040
Cascading parameters can be filtered on the database level (server side) or on the application level (client side). For the following datasources, such parameters are filtered on the database level:
4141

42-
* [SQL Database](../../bind-to-data/bind-a-report-to-a-database.md)
43-
* MongoDB Instance
44-
* Entity Framework
42+
* [SQL Database](../bind-to-data/bind-a-report-to-a-database.md)
43+
* [MongoDB Instance](../bind-to-data/bind-a-report-to-a-mongodb-instance.md)
44+
* [Entity Framework](../bind-to-data/bind-a-report-to-an-entity-framework-data-source.md)
4545

4646
In case of SQL databases, database level filter operations do not work for stored procedures and custom SQL queries. For such queries, filters are always applied on the application level.
4747

48-
When your report is bound to one of the above datasources, and you change the value of the primary parameter (for example, the Category parameter in the image above), your application does the following:
48+
When your report is bound to one of the above datasources, and you change the value of the primary parameter (for example, the **Category** parameter in the image above), your application does the following:
4949

5050
* Makes a request to a database.
5151
* Applies a filter on the database level (for example, filters the values of the Products parameter based on the Category parameter value).

0 commit comments

Comments
 (0)