Skip to content

Commit

Permalink
update end-user designer create drill-down report images
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianDX committed Jul 10, 2022
1 parent 1d9d3a3 commit 13638a0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ Do the following to create a drill-down report:
![](../../../images/eurd-web-drilldown-set-drilldown-control.png)

You can also specify the band's **Drill-Down Expanded** property to define whether or not the band is initially expanded. This property is enabled by default.
4. Select the label, expand the **Actions** category and click the **Expression** property's ellipsis button.
4. Select the label and click the **f-button** to invoke the [Expression Editor](../report-designer-tools/expression-editor.md).

![](../../../images/eurd-web-drill-down-report-label-smart-tag.png)

This invokes the [Expression Editor](../report-designer-tools/expression-editor.md) where you can make the label display different text based on the detail report's **DrillDownExpanded** property value.
The Expression Editor allows yu to enter an expression that displays different text based on the detail report's `DrillDownExpanded` property value.

```
Iif( [ReportItems.Detail1.DrillDownExpanded],'Hide Details' ,'Show Details' )
```

![](../../../images/eurd-web-drill-down-report-expression.png)
![](../../../images/eurd-web-drill-down-report-expression.png)

5. Preview the report.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13638a0

Please sign in to comment.