SnapMailMergeVisualOptions Properties
Maintains the options that determine how a mail-merge document is displayed in a Snap application.| Name | Description |
|---|---|
| CurrentRecordIndex | Specifies the number of the currently displayed data record. |
| 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. |
| FilterString | Specifies the filter string applied to a Snap field data source. Inherited from IDataDispatcherOptions. |
| IsMailMergeEnabled | Indicates whether or not the mail merge is enabled for a data source. |
| ProgressIndicationFormVisible | Primary option that specifies whether or not to show the progress dialog while a mail-merge document is being rendered. |
| RecordCount | Indicates the total number of data records in a mail-merge document. |
| Sorting | Specifies the data sorting criteria applied to a Snap field data source. Inherited from IDataDispatcherOptions. |
See Also