0f4899e959ac0302e52c8b5e94297e68eca7a247
FAQ/applying-hidden-filter-using-inner-query.md
| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | -#How can I apply a hidden filter using an inner query |
|
| 1 | +#How can I apply a hidden filter using an inner query? |
|
| 2 | 2 | |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | For this example, we will use the Northwind database as our datasource. |
| 10 | 10 | Here is our sample report in the report designer: |
| 11 | 11 | |
| 12 | -![]() |
|
| 12 | + |
|
| 13 | 13 | |
| 14 | 14 | Below is a code sample showing how to add a hidden filter to a report. We will be using this query with our sample datasource. |
| 15 | 15 | |
| ... | ... | @@ -26,7 +26,7 @@ public override void PreExecuteReportSet(ReportSet reportSet) |
| 26 | 26 | |
| 27 | 27 | After booting up our application and running our report, here is what we get: |
| 28 | 28 | |
| 29 | -![]() |
|
| 29 | + |
|
| 30 | 30 | |
| 31 | 31 | ##Hidden Filter with SQL Override |
| 32 | 32 |