SnapMailMergeExportOptions Properties
Maintains the options that determine how a document is rendered when finishing a mail-merge report.| Name | Description |
|---|---|
| CustomSeparator | Returns a custom separator that is inserted between each pair of master sections in a mail-merge document. |
| DataMember | Gets or sets a specific data member in a data source which contains several tables or members. Inherited from IDataSourceContainerOptions. |
| DataSource | Gets or sets the data source object used to connect to data. Inherited from IDataSourceContainerOptions. |
| DataSourceName | Specifies the name of a data source used for mail merge. Inherited from IDataDispatcherOptions. |
| ExportFrom | Specifies the data record number, from which the specified range of data records that is included in a published mail-merge document starts. |
| ExportRecordsCount | Specifies the number of data records to include in the published mail-merge document, counting from the current SnapMailMergeExportOptions.ExportFrom value. |
| FilterString | Specifies the filter string applied to a Snap field data source. Inherited from IDataDispatcherOptions. |
| NumberedListRestart | Sets the behavior of numbered lists when the mail merge operation is performed. |
| ProgressIndicationFormVisible | Specifies whether or not to show the progress indicator while a mail-merge document is being rendered. |
| RecordSeparator | Specifies the type of separator to insert between each pair of master sections in a mail-merge document. |
| Sorting | Specifies the data sorting criteria applied to a Snap field data source. Inherited from IDataDispatcherOptions. |
| StartEachRecordFromNewParagraph | Specifies whether or not to start printing each data record from a new paragraph. |
See Also