The Aspose.Words.Reporting namespace contains classes that form the reporting engine of Aspose.Words. The reporting engine allows to quickly and easily populate documents designed in Microsoft Word with data from various data sources such as DataTable, DataSet, DataView, IDataReader or an array of values.
The MailMerge object which provides access to the reporting functionality is available via the Document.MailMerge property.
Namespace hierarchy
Classes
Interfaces
| Interface | Description |
|---|
| IMailMergeDataSource | Implement this interface to allow mail merge from a custom data source, such as list of objects. |
Delegates