Search code examples
vb.netemaildevexpressmailmerge

How do I access one entry in a mail merge document?


I have set up a mail merged XtraReport, and it works fine. Now I want to access one entry in that mail merged report. By entry I mean the text associated with one row in the dataset, i.e. with the values filled in instead of having the square brackets with the field names.

So if have an XRRichText in my report with the text "Hi [name]" I want access to the XRRichText object with the RTF value "Hi Sandy"

Edit: Added information in example, added VB.net tag


Solution

  • Try the GetCurrentColumnValue method described here.