IMailMergeSettings Interface
Declares properties related to the mail merge functionality.
#Declaration
export interface IMailMergeSettings
#Properties
#activeRecord Property
Specifies the active record index.
#Declaration
activeRecord?: number
#Property Value
Type | Description |
---|---|
number | The active record index. |
#Remarks
Use the activeRecordIndex method to navigate through records when the viewMergedData property is set to true.
#dataSource Property
Specifies the data source for the mail merge.
#Declaration
dataSource?: any[] | string | DevExpress.data.CustomStoreOptions | DevExpress.data.DataSourceOptions | DevExpress.data.Store | DevExpress.data.DataSource
#Property Value
Type | Description |
---|---|
any | The mail merge data source. |
#viewMergedData Property
Specifies whether the merged data is displayed in the Rich Text Editor.
#Declaration
viewMergedData?: boolean
#Property Value
Type | Description |
---|---|
boolean | true to display the merged data; false to hide the merged data. |