-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74fe2fa
commit 72d6fa8
Showing
19 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...hape-report-data/calculate-summaries/calculate-carriedforward-broughtforward.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Calculate Carried Forward/Brought Forward | ||
author: Margarita Zakhodyaeva | ||
--- | ||
# Calculate Carried Forward/Brought Forward | ||
|
||
## Overview | ||
|
||
Carried Forward/Brought Forward summaries refer to the practice of automatically transferring specific values or calculations from one reporting period or data group to another (eliminating the need for manual data entry or redundant calculations). | ||
|
||
As the following image illustrates, calculated running summaries are transferred from the report’s page footer to the header of the next page. Values are calculated for the group and are specified by the user. It can involve grouping by monthly expenses, or grouping by month with the cumulative balance of total expenses. | ||
|
||
![CarryOver Scheme](../../../../images/carryover-scheme.png) | ||
|
||
In Reporting controls, Carried Forward/Brought Forward summaries are represented by the `sumCarryoverSum(Expression)`. function. | ||
|
||
## Example: How to Display Transactions for a User Account | ||
|
||
The example shows how to display transactions for a user account. These transactions represent expenses for one month. Records span multiple pages and the summary displayed in the footer of the first page is repeated in the header of the subsequent page. | ||
|
||
1. Place the `Label` controls in group header/group footer bands. Enable group header/group footer bands’ **Repeat Every Page** option. | ||
|
||
![](../../../../images/xrlabel-in-repetitive-bands.png) | ||
|
||
2. Bind the `XRLabel` controls to the following expression: | ||
|
||
`sumCarryoverSum([Amount])` | ||
|
||
This allows DevExpress Reports to display the balance on each page. | ||
|
||
![](../../../../images/display-transactions-for-a-user-account.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...data/specify-conditions-for-report-elements/display-average-values-in-charts.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Display Average Values in Charts | ||
author: Margarita Zakhodyaeva | ||
--- | ||
# Display Average Values in Charts | ||
|
||
The following tutorial explains how to bind a chart’s constant line to an expression that calculates the average of all displayed values. | ||
|
||
## Bind a Constant Line to an Expression | ||
|
||
Select the **Chart** control. The “f” button appears next to the selection. Click this button to invoke the Expression Editor: | ||
|
||
![Invoke the Expression Editor](../../../../images/xrcontrol-invoke-the-expression-editor.png) | ||
|
||
In the invoked editor, specify the following expression for the **Axis Value** property and click OK. | ||
|
||
`[CategoriesProducts].Avg([UnitPrice])` | ||
|
||
![Bind a constant line to an expression](../../../../images/specify-expression-in-the-expression-editor.png) | ||
|
||
## See the Result | ||
|
||
Run the application. Constant lines show average product prices in each category. | ||
|
||
![Result](../../../../images/average-price-example.png) |
Binary file added
BIN
+10 KB
reporting-for-desktop/images/accessible-exported-document-with-label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.6 KB
reporting-for-desktop/images/accessible-exported-document-with-table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.5 KB
reporting-for-desktop/images/accessible-exported-document-with-tablerow.png
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.
Binary file added
BIN
+85.8 KB
reporting-for-desktop/images/display-transactions-for-a-user-account.png
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.
Binary file added
BIN
+30.2 KB
reporting-for-desktop/images/specify-expression-in-the-expression-editor.png
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.
Binary file added
BIN
+9.09 KB
reporting-for-desktop/images/xrcontrol-invoke-the-expression-editor.png
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters