Name | Description | |
---|---|---|
NMailMerge Constructor | Default constructor |
The following tables list the members exposed by NMailMerge.
Name | Description | |
---|---|---|
NMailMerge Constructor | Default constructor |
Name | Description | |
---|---|---|
CurrentDataRecordIndexProperty | Refrences to the CurrentDataRecordIndex property. | |
DataSourceProperty | Reference to the DataSource property. | |
DocumentTypeProperty | Reference to the DocumentType property. | |
FieldsHighlightFillProperty | Reference to the FieldsHighlightFillProperty property. | |
NMailMergeSchema | Schema associated with NMailMerge. | |
PreviewMailMergeProperty | Reference to the PreviewMailMerge property. |
Name | Description | |
---|---|---|
CurrentDataRecordIndex | Gets/Sets the currently selected record index. | |
DataRecordCount | Gets the number of data records in the data source. | |
DataSource | Gets or sets the data source this mail merge should get data from. | |
DocumentType | Gets or sets the mail merge document type | |
FieldsHighlightFill | Gets/Sets the fill to use to highlight mail merge field inlines. If set to null (the default) the mail merge fields will not be highlighted. | |
PreviewMailMerge | Gets/Sets the value of the PreviewMailMerge property. |
Name | Description | |
---|---|---|
CanMoveNext | Returns true if the selected index can be increased | |
CanMovePrev | Returns true if the selected index can be decreased | |
CanMoveToRecord | Returns true if the mail merge can navigate to a record | |
MoveFirst | Moves the current record to the first record in the data source | |
MoveLast | Moves the current record to the first record in the data source | |
MoveNext | Moves the current record to the next record in the data source | |
MovePrev | Moves the current record to the prev record in the data source | |
MoveToRecord | Moves the mail merge to the specified record |