Click or drag to resize

MailMerge ExecuteWidthNestedRegion Method (DbConnection, List DictionaryEntry )

Executes nested mailmerge within a region for the specified data.

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ExecuteWidthNestedRegion(
	DbConnection conn,
	List<DictionaryEntry> commands
)

Parameters

conn
Type: System.Data.Common DbConnection
The Connection.
commands
Type: System.Collections.Generic List DictionaryEntry
The commands.
See Also