Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ You can drag the calculated field from the **Field List** onto the required band

You can also group and sort your report data based on the calculated field values.

> [!Tip]
> Calculated fields are defined and persisted at the report level, independent of the underlying data source. They remain part of the report even if you recreate or replace the data source. If a calculated field references a data member that no longer exists in the updated schema, you must update its expression to align with the new structure.

## <a name="syntax"></a>Expression Syntax
A data field is inserted into the expression's text using its name in **[**square brackets**]**, and parameters are inserted using a question mark before their names.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ To add a calculated field to your report, follow the instructions below.

The report with a calculated field is now ready. Switch to the [Print Preview](../../document-preview.md) tab and view the result.

![EUD_WpfReportDesigner_CalcField_Result](../../../../images/img123719.png)
![EUD_WpfReportDesigner_CalcField_Result](../../../../images/img123719.png)

> [!Tip]
> Calculated fields are defined and persisted at the report level, independent of the underlying data source. They remain part of the report even if you recreate or replace the data source. If a calculated field references a data member that no longer exists in the updated schema, you must update its expression to align with the new structure.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ You can drag the calculated field from the **Field List** onto the required band

You can also group and sort your report data based on the calculated field values.

> [!Tip]
> Calculated fields are defined and persisted at the report level, independent of the underlying data source. They remain part of the report even if you recreate or replace the data source. If a calculated field references a data member that no longer exists in the updated schema, you must update its expression to align with the new structure.

## <a name="syntax"></a>Expression Syntax
A data field is inserted into the expression's text using its name in **[**square brackets**]**, and parameters are inserted using the "**?**" prefix before their names.

Expand Down
Loading