Merges a binary TX internal unicode format document with the currently loaded data source.

Merge(Byte[], Int, Object, DataSources.MergeSettings)

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())

Merge(Byte[], Int, Object)

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())

Merge(Byte[], Object, DataSources.MergeSettings)

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())

Merge(Byte[], Object)

public IList<byte[]> Merge(byte[] template, object textControl);
Public Function Merge(template As Byte(), textControl As Object) As IList(Of Byte())

Parameters

Parameter Description
template A binary TX internal unicode format document into which the data is merged.
maxDocuments Specifies the maximum number of merged documents.
textControl A TextControl instance needed for licensing purposes. Must be of one of the following types: ServerTextControl, TextControl or WPF.TextControl.
mergeSettings A MergeSettings instance for providing additional merge settings.

Return Value

An IList of byte arrays containing one binary TX internal unicode format document for each merged data row.