<< Click to Display Table of Contents >>

 

This topic describes how to provide data to report controls using the advanced Mail Merge binding method. This feature allows you to create templates in which data source values populate specific fields while other text remains constant (that is, allows you to combine static and dynamic content within the same control).

You can apply mail merge to the control's Text property only. Double-click the required control on the design surface to invoke the in-place editor. Insert data field names with square brackets to create embedded fields and use any prefixes or postfixes.

eurd-win-mail-merge-insert-data-fields

You can embed a parameter's value into a control's content using the [?ParameterName] syntax.

eurd-win-mail-merge-insert-parameters

A database barrel icon is displayed above the control if embedded fields are valid in the current data context (specified by the report's Data Source and Data Member properties).

For the Rich Text control, you can select any text part and adjust its color and font options using the Toolbar's Font group.

eurd-win-mail-merge-format-text

Embedded fields are replaced with values obtained from an assigned data source when previewing or exporting a report:

eurd-win-mail-merge-preview-result

Consider the following specifics and limitations when using embedded fields:

Field names should not use spaces to be interpreted correctly.

Mail Merge is not available for a table's nested fields in a master-detail hierarchy.

Embedded fields cannot be exported to XLS and XLSX as values; they are always exported as plain text. We recommend using text formats instead if you need to accompany dynamic data with static text.

The mail merge feature enables you to apply formats to embedded field values. Select a required data field and click the control's smart tag. Click the Format String property's ellipsis button, and in the invoked Format String Editor, choose a built-in format pattern.

eurd-win-mail-merge-format-string

This adds the selected format to the target data field by separating it from the field name with the ! symbol and applies this format to field values when previewing a document.

eurd-win-mail-merge-format-string-result

You can apply the mail merge feature to the Text of the following report controls:

 

Character Comb

Check Box

Label

Rich Text

Table Cell