Previous Next

Creating a Calculated Field
Calculated fields are data fields that can be created to perform calculations over different data fields in your report.
To create a calculated field
1.
2.
To edit the existing layout, click the Layout button, then click the Edit this layout in the layout designer button.
For more information, see Changing the Layout.
3.
Click the Fields List tab.
4.
The new calculated field is created under the Table folder.
5.
6.
7.
Possible field types include String, DateTime, TimeSpan, Byte, Int16, Int32, Float, Double, Decimal and Boolean.
8.
To open the Expression Editor, click Expression property and click .
9.
The calculated field value is based on the results of the expression. The expression can be created using functions, operators, data fields, constants and parameters. For example, to create a full name field from two fields (First and Last Name) use “”.
For more information, see the Report Designer User Guide (Developer Express), located in the folder where you installed the Report Manager.
10.
Click OK to save the calculated field.
11.
For more information, see Binding a Data Field to a Control.