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 Function Merge(template As Byte(), maxDocuments As Integer, textControl As Object, mergeSettings As MergeSettings) As IList(Of Byte())
public IList<byte[]> Merge(byte[] template, int maxDocuments, object textControl);
Public Function Merge(template As Byte(), maxDocuments As Integer, textControl As Object) As IList(Of Byte())
public IList<byte[]> Merge(byte[] template, object textControl, DataSources.MergeSettings mergeSettings);
Public Function Merge(template As Byte(), textControl As Object, mergeSettings As MergeSettings) As IList(Of Byte())
public IList<byte[]> Merge(byte[] template, object textControl);
Public Function Merge(template As Byte(), textControl As Object) As IList(Of Byte())
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.