Merges a binary TX internal unicode format document with the currently loaded data source.
public IList<byte[]> Merge(byte[] template, int maxDocuments, object textControl, DataSources.MergeSettings mergeSettings);
public IList<byte[]> Merge(byte[] template, int maxDocuments, object textControl);
public IList<byte[]> Merge(byte[] template, object textControl, DataSources.MergeSettings mergeSettings);
public IList<byte[]> Merge(byte[] template, object textControl);
Parameter | Description |
---|---|
template | A binary TX internal unicode format document into which the data is merged. |
max |
Specifies the maximum number of merged documents. |
text |
A Text |
merge |
A Merge |
An IList of byte arrays containing one binary TX internal unicode format document for each merged data row.