This sample demonstrates several types of data access and display:
How to read data from a comma-delimited text file, an XML file, an Access database, a SQL Server data table, a SQL Server stored procedure, and a Web service.
How to populate a Word document and an Excel worksheet with data from a data source.
How to write data to ListObject controls.
How to write data to NamedRange controls.
How to write data to Bookmark controls.
The Excel sample includes a worksheet that contains a ListObject control and two NamedRange controls. When you select a data source, data is inserted into the controls on the worksheet.
The Word sample consists of a document that contains two Bookmark controls. When you select a data source, data is inserted into the controls on the document.