Table of Contents

Class OdfMailMergeReport

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Represents the result report produced after a mail merge operation completes, useful for debugging template data binding. 表示郵件合併作業執行完畢後的結果報告,可用於範本資料繫結除錯。

public sealed class OdfMailMergeReport
Inheritance
OdfMailMergeReport
Inherited Members

Constructors

OdfMailMergeReport()

public OdfMailMergeReport()

Properties

UnresolvedPlaceholders

Gets the list of placeholder fields that could not be resolved by the data source during the merge. 取得在合併作業中未能被資料來源成功解析的預留位置(Placeholder)欄位清單。

public List<string> UnresolvedPlaceholders { get; }

Property Value

List<string>