Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 797a3ea

Browse files
Merge pull request #1 from DevExpress-Examples/geumjaLee-patch-1
Update Readme.md
2 parents bd1596d + 45f0172 commit 797a3ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/155868028/24.2.1%2B)
32
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T830501)
43
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
54
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
@@ -14,6 +13,9 @@ This example illustrates the use of a **DOCVARIABLE** field to provide additiona
1413
1514
## Implementation Details
1615

16+
> [!Important]
17+
> The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. For pricing information, please refer to the [DevExpress Subscription](https://www.devexpress.com/Subscriptions/) page.
18+
1719
A MERGEFIELD field defines a location. The field is included as an argument in the DOCVARIABLE field. When the DOCVARIABLE field is updated, the [Document.CalculateDocumentVariable](https://docs.devexpress.com/OfficeFileAPI/DevExpress.XtraRichEdit.API.Native.Document.CalculateDocumentVariable) event is triggered. A code within the event handler obtains the weather information. The [e.VariableName](https://docs.devexpress.com/OfficeFileAPI/DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.VariableName) property gets the name of the variable in the field, the <u>e.Arguments</u> property gets the location, and the <u>e.Value</u> property returns the calculated result.
1820

1921
The [MailMergeRecordStarted](https://docs.devexpress.com/OfficeFileAPI/DevExpress.XtraRichEdit.RichEditDocumentServer.MailMergeRecordStarted) event is handled to insert a hidden text that indicates when the document is created.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /