API Reference
Class
WordMailMergeExecutionReport
Summarizes a MERGEFIELD execution pass across body, headers, footers, notes, tables, content controls, and text boxes.
Inheritance
- Object
- WordMailMergeExecutionReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public WordMailMergeExecutionReport EnsureComplete() #Returns:
WordMailMergeExecutionReportThrows with field diagnostics when the merge was incomplete; otherwise returns this report.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<WordMailMergeFieldResult> Fields { get; } #Gets all field results in deterministic document-root order.
public Int32 MergedCount { get; } #Gets the number of merged fields.
public IReadOnlyList<String> MissingValueNames { get; } #Gets unique missing value names.
public Boolean IsComplete { get; } #Gets whether every discovered MERGEFIELD was merged.