SpreadsheetExtension.PerformMailMerge(Func<Byte[]>, DocumentFormat, Object) Method
In This Article
Initializes the mail merge process and generates the resulting documents containing the merged information.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpreadsheetExtension PerformMailMerge(
Func<byte[]> templateContentAccessorByBytes,
DocumentFormat templateDocumentFormat,
object mailMergeDataSource
)
#Parameters
Name | Type | Description |
---|---|---|
template |
Func<Byte[]> | A method delegate to obtain a byte array from which to generate the template document. |
template |
Document |
A Document |
mail |
Object | An object specifying the data source object for mail merge. |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
See Also