Click or drag to resize

ReportingCloudMergeDocument Method

This method merges a template with data.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public List<byte[]> MergeDocument(
	MergeBody mergeBody,
	string templateName = null,
	ReturnFormat returnFormat = ReturnFormat.PDF,
	bool append = true,
	bool test = false
)

Parameters

mergeBody
Type: TXTextControl.ReportingCloudMergeBody
The MergeBody object contains the data, optionally a template and merge settings.
templateName (Optional)
Type: SystemString
The name of the template in the template storage.
returnFormat (Optional)
Type: TXTextControl.ReportingCloudReturnFormat
The document format of the resulting document.
append (Optional)
Type: SystemBoolean
Specifies whether the resulting documents should be appended or not.
test (Optional)
Type: SystemBoolean
Specifies whether it is a test run or not. A test run is not counted against the quota and created documents contain a watermark.

Return Value

Type: ListByte
See Also