DocxDocument.MailMerge Method

QsInformatica.Utils

DocxDocumentMailMerge Method

Esegue il mailmerge a partire dalla tabella lua.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void MailMerge(
	IDictionary<string, Object> data
)
Public Sub MailMerge ( 
	data As IDictionary(Of String, Object)
)
public:
void MailMerge(
	IDictionary<String^, Object^>^ data
)
member MailMerge : 
        data : IDictionary<string, Object> -> unit 

Parameters

data
Type: System.Collections.GenericIDictionaryString, Object
The data.
See Also