Creating a Data-Bound Customized Word Document with VSTO
We can create a similar data-bound document in Word using bookmarks rather than named ranges and a data grid rather than an Excel List object. Create a new Word document project and again add the Northwind database as a data source to the Data Sources pane. Visual Studio should remember the connection string from last time, so you will not need to configure it again.
Figure 17-11. A data-bound master-detail Word document in the designer.
[View full size image]
